tori29umai commited on
Commit
3c2eeb3
1 Parent(s): 49a3b3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -867,7 +867,7 @@ async def start_gradio():
867
  demo.launch(
868
  server_name='0.0.0.0',
869
  server_port=port,
870
- share=False,
871
  favicon_path=os.path.join(os.path.dirname(os.path.abspath(__file__)), "custom.html")
872
  )
873
 
 
867
  demo.launch(
868
  server_name='0.0.0.0',
869
  server_port=port,
870
+ share=True,
871
  favicon_path=os.path.join(os.path.dirname(os.path.abspath(__file__)), "custom.html")
872
  )
873