gradio updates..
Browse files
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(
|
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")
|