add share
Browse files
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)
|