NexAddo commited on
Commit
9ac7804
1 Parent(s): 581cf95

Update hackaprompt/gradio_app.py

Browse files
Files changed (1) hide show
  1. hackaprompt/gradio_app.py +1 -1
hackaprompt/gradio_app.py CHANGED
@@ -355,4 +355,4 @@ with gr.Blocks(theme=theme) as demo:
355
  )
356
 
357
 
358
- demo.queue(concurrency_count=8).launch()
 
355
  )
356
 
357
 
358
+ demo.queue().launch(max_threads=10)