sunil18p31a0101 commited on
Commit
7635ac9
·
verified ·
1 Parent(s): 2848fe6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ inputs = [
55
  outputs = gr.Textbox(label="Flood Probability")
56
 
57
  interface = gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title="Flood Prediction Model")
58
- interface.launch()
 
55
  outputs = gr.Textbox(label="Flood Probability")
56
 
57
  interface = gr.Interface(fn=predict, inputs=inputs, outputs=outputs, title="Flood Prediction Model")
58
+ interface.launch(share=True)