xmrt commited on
Commit
a964a79
·
1 Parent(s): e61207e

new config

Browse files
Files changed (1) hide show
  1. main_noweb.py +4 -4
main_noweb.py CHANGED
@@ -204,10 +204,10 @@ with block:
204
  # Insert slider with kpt_thr
205
  file_kpthr = gr.Slider(0, 1, value=0.3, label='Keypoint threshold')
206
  with gr.Row():
207
- submit_pose_file = gr.Button("Make 2d pose estimation", variant="primary")
208
- submit_pose3d_file = gr.Button("Make 3d pose estimation", variant="primary")
209
- submit_hand_file = gr.Button("Make 2d hand estimation", variant="primary")
210
- submit_detect_file = gr.Button("Detect and track objects", variant="primary")
211
 
212
  with gr.Row():
213
  video_output1 = gr.PlayableVideo(height=512, label = "Estimate human 2d poses", show_label=True)
 
204
  # Insert slider with kpt_thr
205
  file_kpthr = gr.Slider(0, 1, value=0.3, label='Keypoint threshold')
206
  with gr.Row():
207
+ submit_pose_file = gr.Button("Make 2d pose estimation")
208
+ submit_pose3d_file = gr.Button("Make 3d pose estimation")
209
+ submit_hand_file = gr.Button("Make 2d hand estimation")
210
+ submit_detect_file = gr.Button("Detect and track objects")
211
 
212
  with gr.Row():
213
  video_output1 = gr.PlayableVideo(height=512, label = "Estimate human 2d poses", show_label=True)