SFconvertbot commited on
Commit
705ab71
1 Parent(s): 9b7b235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,6 +91,6 @@ demo = gr.Interface(
91
  ],
92
  outputs=[gr.Markdown(label="output")],
93
  fn=run,
94
- ).queue(max_size=10, concurrency_count=3)
95
 
96
  demo.launch(show_api=True)
 
91
  ],
92
  outputs=[gr.Markdown(label="output")],
93
  fn=run,
94
+ ).queue(max_size=10, concurrency_count=1)
95
 
96
  demo.launch(show_api=True)