Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -457,7 +457,7 @@ with gr.Blocks(title = "追影",
|
|
457 |
# demo.load(_js = format_text)
|
458 |
|
459 |
# concurrency_count concurrency_limit max_threads
|
460 |
-
demo.queue(api_open=False,
|
461 |
server_name="0.0.0.0" if os.getenv('GRADIO_LISTEN', '') != '' else "127.0.0.1",
|
462 |
share=False,
|
463 |
server_port=7861,
|
|
|
457 |
# demo.load(_js = format_text)
|
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" if os.getenv('GRADIO_LISTEN', '') != '' else "127.0.0.1",
|
462 |
share=False,
|
463 |
server_port=7861,
|