cfoli commited on
Commit
c3f154a
·
1 Parent(s): 42d7dcb

Update app.py

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