zxsipola123456 commited on
Commit
a3b3e33
·
verified ·
1 Parent(s): f9cf012

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -371,7 +371,6 @@ with gr.Blocks(title="小说GPT", css="footer {visibility: hidden}", theme="defa
371
  inputs=[model_opt_radio],
372
  outputs=[novel_type])
373
 
374
- demo.queue(concurrency_count=1)
375
 
376
  if __name__ == "__main__":
377
- demo.launch(show_error=True, show_api=False)
 
371
  inputs=[model_opt_radio],
372
  outputs=[novel_type])
373
 
 
374
 
375
  if __name__ == "__main__":
376
+ demo.queue().launch(show_error=True, show_api=False)