Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -302,7 +302,7 @@ gradio_app = gradio.Interface(
|
|
| 302 |
gradio.Slider(minimum = 0.1, maximum = 0.9, step = 0.05, value = 0.4, label = "Set Prediction Threshold")
|
| 303 |
],
|
| 304 |
|
| 305 |
-
outputs = [gradio.Textbox(label="Predicted Medical
|
| 306 |
gradio.Label(label="Predicted Probabilities", show_label=False)],
|
| 307 |
|
| 308 |
examples = example_list,
|
|
|
|
| 302 |
gradio.Slider(minimum = 0.1, maximum = 0.9, step = 0.05, value = 0.4, label = "Set Prediction Threshold")
|
| 303 |
],
|
| 304 |
|
| 305 |
+
outputs = [gradio.Textbox(label="Predicted Medical Condition(s)"),
|
| 306 |
gradio.Label(label="Predicted Probabilities", show_label=False)],
|
| 307 |
|
| 308 |
examples = example_list,
|