Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,8 +129,8 @@ 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,share=True)
|
133 |
-
|
134 |
# if __name__ == "__main__":
|
135 |
# Use this for debugging purposes only
|
136 |
|
|
|
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 |
+
iface.launch()
|
134 |
# if __name__ == "__main__":
|
135 |
# Use this for debugging purposes only
|
136 |
|