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

Update app.py

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