agentharbor commited on
Commit
400c972
·
verified ·
1 Parent(s): 4bbc017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,4 +32,4 @@ iface = gr.Interface(
32
 
33
  # Launch the Gradio app
34
  if __name__ == "__main__":
35
- iface.queue(concurrency_count=5, max_size=20).launch(share=True,debug=True)
 
32
 
33
  # Launch the Gradio app
34
  if __name__ == "__main__":
35
+ iface.queue(max_size=20).launch(share=True,debug=True)