pcuenq HF staff commited on
Commit
a930763
·
1 Parent(s): d4854f7

Limit queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,4 +175,4 @@ iface = gr.Interface(
175
  )
176
 
177
  # Launch the interface
178
- iface.launch(debug=True)
 
175
  )
176
 
177
  # Launch the interface
178
+ iface.queue(default_concurrency_limit=1, max_size=5).launch(debug=True)