Yurii Paniv commited on
Commit
1163e9d
1 Parent(s): cf6a4f7

Decrease concurrency

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,5 +141,5 @@ iface = gr.Interface(
141
  ],
142
  ],
143
  )
144
- iface.queue(concurrency_count=6) # for HF specifically
145
  iface.launch()
 
141
  ],
142
  ],
143
  )
144
+ iface.queue(concurrency_count=3) # for HF specifically
145
  iface.launch()