maxinethegreat commited on
Commit
ae6c51e
·
1 Parent(s): a514407

try to reduce lag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,6 +59,6 @@ iface = gr.Interface(
59
 
60
  )
61
 
62
- iface.queue(concurrency_count=100)
63
 
64
  iface.launch()
 
59
 
60
  )
61
 
62
+ iface.queue(concurrency_count=100, batch = True)
63
 
64
  iface.launch()