xmrt commited on
Commit
0365bb4
1 Parent(s): fe4ffe7
Files changed (1) hide show
  1. main_noweb.py +1 -1
main_noweb.py CHANGED
@@ -200,7 +200,7 @@ with block:
200
  submit_pose_file = gr.Button("Make 2d pose estimation", variant="primary",show_progress=False)
201
  submit_pose3d_file = gr.Button("Make 3d pose estimation", variant="primary",show_progress=False)
202
  submit_hand_file = gr.Button("Make 2d hand estimation", variant="primary",show_progress=False)
203
- submit_detect_file = gr.Button("Detect and track objects", variant="primary"show_progress=False)
204
 
205
  with gr.Row():
206
  video_output1 = gr.PlayableVideo(height=512, label = "Estimate human 2d poses", show_label=True)
 
200
  submit_pose_file = gr.Button("Make 2d pose estimation", variant="primary",show_progress=False)
201
  submit_pose3d_file = gr.Button("Make 3d pose estimation", variant="primary",show_progress=False)
202
  submit_hand_file = gr.Button("Make 2d hand estimation", variant="primary",show_progress=False)
203
+ submit_detect_file = gr.Button("Detect and track objects", variant="primary",show_progress=False)
204
 
205
  with gr.Row():
206
  video_output1 = gr.PlayableVideo(height=512, label = "Estimate human 2d poses", show_label=True)