rizmyabdulla commited on
Commit
2ef06e8
·
1 Parent(s): 005ae32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(share=True)
 
42
  gradio_interface = gr.Interface(predict_disease, inputs, outputs, title="Disease Prediction App")
43
 
44
  # Launch the Gradio interface
45
+ gradio_interface.launch()