Spaces:
Runtime error
Runtime error
Update app.py
Browse filesupdate server_port
app.py
CHANGED
@@ -458,9 +458,9 @@ with gr.Blocks(title = "追影",
|
|
458 |
|
459 |
# concurrency_count concurrency_limit max_threads
|
460 |
demo.queue(api_open=False, max_size=1000).launch(
|
461 |
-
server_name="0.0.0.0"
|
462 |
-
share=
|
463 |
-
server_port=
|
464 |
root_path=f"/{os.getenv('GRADIO_PROXY_PATH')}" if os.getenv('GRADIO_PROXY_PATH') else ""
|
465 |
)
|
466 |
|
|
|
458 |
|
459 |
# concurrency_count concurrency_limit max_threads
|
460 |
demo.queue(api_open=False, max_size=1000).launch(
|
461 |
+
server_name="0.0.0.0",
|
462 |
+
share=True,
|
463 |
+
server_port=7860,
|
464 |
root_path=f"/{os.getenv('GRADIO_PROXY_PATH')}" if os.getenv('GRADIO_PROXY_PATH') else ""
|
465 |
)
|
466 |
|