Shenuki commited on
Commit
9fe2364
·
verified ·
1 Parent(s): ed32019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ iface = gr.Interface(
28
  ).queue() # <— this turns on the /run/predict REST API
29
 
30
  if __name__ == "__main__":
31
- iface.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))
 
28
  ).queue() # <— this turns on the /run/predict REST API
29
 
30
  if __name__ == "__main__":
31
+ iface.launch(server_name="0.0.0.0", share=True, server_port=int(os.environ.get("PORT", 7860)))