Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -609,6 +609,6 @@ with gr.Blocks() as demo:
|
|
| 609 |
height_input = gr.Number(label="📏 Your Height (cm)", value=170)
|
| 610 |
measurement_output = gr.JSON(label="📐 Estimated Measurements")
|
| 611 |
|
| 612 |
-
submit_btn.click(fn=process_image, inputs=[image_input, height_input], outputs=[measurement_output
|
| 613 |
|
| 614 |
demo.launch()
|
|
|
|
| 609 |
height_input = gr.Number(label="📏 Your Height (cm)", value=170)
|
| 610 |
measurement_output = gr.JSON(label="📐 Estimated Measurements")
|
| 611 |
|
| 612 |
+
submit_btn.click(fn=process_image, inputs=[image_input, height_input], outputs=[measurement_output])
|
| 613 |
|
| 614 |
demo.launch()
|