AnishaNaik03 commited on
Commit
e79e8af
·
verified ·
1 Parent(s): d7b15c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, image_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()