ashwml commited on
Commit
5401c0c
·
1 Parent(s): f70fd1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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