Yuliang commited on
Commit
b2db940
1 Parent(s): 092bc6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -337,5 +337,5 @@ with gr.Blocks() as demo:
337
 
338
  if __name__ == "__main__":
339
 
340
- demo.queue(concurrency_count=1)
341
- demo.launch(debug=True, enable_queue=True)
 
337
 
338
  if __name__ == "__main__":
339
 
340
+ demo.queue()
341
+ demo.launch(max_threads=1)