Update app.py
Browse files
app.py
CHANGED
|
@@ -29,4 +29,4 @@ interface = gr.Interface(fn=predict_water_usage, inputs=inputs, outputs=outputs)
|
|
| 29 |
|
| 30 |
# Launch the Gradio app
|
| 31 |
if __name__ == "__main__":
|
| 32 |
-
interface.launch()
|
|
|
|
| 29 |
|
| 30 |
# Launch the Gradio app
|
| 31 |
if __name__ == "__main__":
|
| 32 |
+
interface.launch(share=True)
|