FedeFT commited on
Commit
14c0a8c
·
verified ·
1 Parent(s): a0388d5

gradio button update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ if __name__=='__main__':
246
  with gr.Row():
247
  with gr.Column():
248
  input_img = gr.Image(label="Input Image", sources="upload")
249
- button = gr.Button(label="RUN", type="default")
250
  laeo = gr.Checkbox(value=True, label="LAEO", info="Compute and display LAEO")
251
  rgb = gr.Checkbox(value=False, label="rgb", info="Display output on W/B image")
252
  show_keypoints = gr.Checkbox(value=True, label="show_keypoints", info="Display keypoints on image")
 
246
  with gr.Row():
247
  with gr.Column():
248
  input_img = gr.Image(label="Input Image", sources="upload")
249
+ button = gr.Button(value="RUN") #, type="default"
250
  laeo = gr.Checkbox(value=True, label="LAEO", info="Compute and display LAEO")
251
  rgb = gr.Checkbox(value=False, label="rgb", info="Display output on W/B image")
252
  show_keypoints = gr.Checkbox(value=True, label="show_keypoints", info="Display keypoints on image")