savitha7 commited on
Commit
9775801
·
verified ·
1 Parent(s): 61f613f

remove default val

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ interface = gr.Interface(
98
  fn=predict_bmi,
99
  inputs=[
100
  gr.Image(type="pil"),
101
- gr.Number(label="Height in inches", default=75) # Allow user to enter height
102
  ],
103
  outputs="json",
104
  title="BMI Prediction",
 
98
  fn=predict_bmi,
99
  inputs=[
100
  gr.Image(type="pil"),
101
+ gr.Number(label="Height in inches") # Allow user to enter height
102
  ],
103
  outputs="json",
104
  title="BMI Prediction",