jiayong commited on
Commit
9ab546a
·
1 Parent(s): 9669db7

Update app.py

Browse files

fix launch bug

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -457,7 +457,7 @@ with gr.Blocks(title = "追影",
457
  # demo.load(_js = format_text)
458
 
459
 
460
- demo.queue(api_open=False, concurrency_limit=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,
 
457
  # demo.load(_js = format_text)
458
 
459
 
460
+ demo.queue(api_open=False, concurrency_count=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,