Spaces:
Sleeping
Sleeping
remove default val
Browse files
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"
|
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",
|