Skip to content

Commit db0b171

Browse files
authored
BodySegmentation: Fix runtime enum (#256)
Fixes #255. Thanks @OrrDermer for reporting.
1 parent dcac448 commit db0b171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BodySegmentation/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class BodySegmentation {
146146
{
147147
runtime: {
148148
type: "enum",
149-
enums: ["mediapipe, tfjs"],
149+
enums: ["mediapipe", "tfjs"],
150150
default: "tfjs",
151151
},
152152
modelType: {

0 commit comments

Comments
 (0)