FedeFT commited on
Commit
b049b48
·
verified ·
1 Parent(s): 2463756

gradio updates..

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -217,7 +217,7 @@ if __name__=='__main__':
217
  with gr.Row():
218
  with gr.Column():
219
  input_img = gr.Image(label="Input Image", sources="webcam")
220
- button = gr.Button(label="RUN", type="default")
221
  laeo = gr.Checkbox(value=True, label="LAEO", info="Compute and display LAEO")
222
  rgb = gr.Checkbox(value=False, label="rgb", info="Display output on W/B image")
223
  show_keypoints = gr.Checkbox(value=True, label="show_keypoints", info="Display keypoints on image")
 
217
  with gr.Row():
218
  with gr.Column():
219
  input_img = gr.Image(label="Input Image", sources="webcam")
220
+ button = gr.Button(value="RUN") # gr.Button(label="
221
  laeo = gr.Checkbox(value=True, label="LAEO", info="Compute and display LAEO")
222
  rgb = gr.Checkbox(value=False, label="rgb", info="Display output on W/B image")
223
  show_keypoints = gr.Checkbox(value=True, label="show_keypoints", info="Display keypoints on image")