ray commited on
Commit
f49d6b1
1 Parent(s): 6a0f437

update(gradio app): uplift the concurrency limit for the app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,5 +193,5 @@ with gr.Blocks(fill_height=True) as demo:
193
  # "\n(Note that it can be much slower than gpt-3.5, openai's api can be unstable sometimes.)\n"
194
  # )
195
 
196
- demo.queue()
197
  demo.launch(share=False)
 
193
  # "\n(Note that it can be much slower than gpt-3.5, openai's api can be unstable sometimes.)\n"
194
  # )
195
 
196
+ demo.queue(default_concurrency_limit=None)
197
  demo.launch(share=False)