jiayong commited on
Commit
5cd4f8d
·
1 Parent(s): eaa4f99

Update app.py

Browse files

gr share=False -> True

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -417,7 +417,7 @@ with gr.Blocks(title = "Dreamoving",
417
  # concurrency_count, concurrency_limit, max_threads
418
  demo.queue(api_open=False, max_size=1000).launch(
419
  server_name="0.0.0.0", # if os.getenv('GRADIO_LISTEN', '') != '' else "127.0.0.1",
420
- share=False,
421
  server_port=7860,
422
  root_path=f"/{os.getenv('GRADIO_PROXY_PATH')}" if os.getenv('GRADIO_PROXY_PATH') else ""
423
  )
 
417
  # concurrency_count, concurrency_limit, max_threads
418
  demo.queue(api_open=False, max_size=1000).launch(
419
  server_name="0.0.0.0", # if os.getenv('GRADIO_LISTEN', '') != '' else "127.0.0.1",
420
+ share=True,
421
  server_port=7860,
422
  root_path=f"/{os.getenv('GRADIO_PROXY_PATH')}" if os.getenv('GRADIO_PROXY_PATH') else ""
423
  )