Lifeinhockey commited on
Commit
f5f499a
·
verified ·
1 Parent(s): 54665fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -379,6 +379,8 @@ with gr.Blocks(css=css) as demo:
379
  label="Control Mode",
380
  choices=[
381
  "pose_estimation",
 
 
382
  ],
383
  value="pose_estimation",
384
  )
 
379
  label="Control Mode",
380
  choices=[
381
  "pose_estimation",
382
+ "edge_detection",
383
+ "scribble",
384
  ],
385
  value="pose_estimation",
386
  )