3zoozzn commited on
Commit
6b64f56
1 Parent(s): aea2522

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ outputs = gr.outputs.Textbox(label="Stroke Probability")
45
  # Launch the interface
46
  demo = gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title="Stroke Prediction",
47
  description="Fill in the details and click submit to check the probability of stroke")
48
- demo.launch(share=True)
 
45
  # Launch the interface
46
  demo = gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title="Stroke Prediction",
47
  description="Fill in the details and click submit to check the probability of stroke")
48
+ demo.launch()