Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,7 +129,7 @@ iface = gr.Interface(predict_event,
|
|
| 129 |
|
| 130 |
# app = gr.mount_gradio_app(app, iface, path="/")
|
| 131 |
|
| 132 |
-
iface.launch(server_name = "0.0.0.0", server_port = 8001)
|
| 133 |
|
| 134 |
# if __name__ == "__main__":
|
| 135 |
# Use this for debugging purposes only
|
|
|
|
| 129 |
|
| 130 |
# app = gr.mount_gradio_app(app, iface, path="/")
|
| 131 |
|
| 132 |
+
iface.launch(server_name = "0.0.0.0", server_port = 8001,share=True)
|
| 133 |
|
| 134 |
# if __name__ == "__main__":
|
| 135 |
# Use this for debugging purposes only
|