Spaces:
Runtime error
Runtime error
Update app.py
Browse filesgr share=False -> True
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=
|
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 |
)
|