rizmyabdulla
commited on
Commit
·
2ef06e8
1
Parent(s):
005ae32
Update app.py
Browse files
app.py
CHANGED
@@ -42,4 +42,4 @@ outputs = gr.outputs.Textbox(label="Prediction")
|
|
42 |
gradio_interface = gr.Interface(predict_disease, inputs, outputs, title="Disease Prediction App")
|
43 |
|
44 |
# Launch the Gradio interface
|
45 |
-
gradio_interface.launch(
|
|
|
42 |
gradio_interface = gr.Interface(predict_disease, inputs, outputs, title="Disease Prediction App")
|
43 |
|
44 |
# Launch the Gradio interface
|
45 |
+
gradio_interface.launch()
|