Spaces:
Sleeping
Sleeping
Commit
·
2d61d7e
1
Parent(s):
4f4edd8
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,5 +43,5 @@ antibiotics_output = gr.outputs.Label(label="Antibiotics")
|
|
| 43 |
accuracy_output = gr.outputs.Slider(minimum=0, maximum=100, label="Model accuracy on testing set")
|
| 44 |
gradio_interface = gr.Interface(fn=predict_disease, inputs=inputs, outputs=[disease_output, antibiotics_output, accuracy_output], title="Disease Prediction App")
|
| 45 |
|
| 46 |
-
# Launch the Gradio interface
|
| 47 |
gradio_interface.launch()
|
|
|
|
| 43 |
accuracy_output = gr.outputs.Slider(minimum=0, maximum=100, label="Model accuracy on testing set")
|
| 44 |
gradio_interface = gr.Interface(fn=predict_disease, inputs=inputs, outputs=[disease_output, antibiotics_output, accuracy_output], title="Disease Prediction App")
|
| 45 |
|
| 46 |
+
# Launch the Gradio interface¿
|
| 47 |
gradio_interface.launch()
|