maxinethegreat commited on
Commit
618a8af
·
1 Parent(s): 0e8a5c7

try to reduce lag

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,6 +61,6 @@ iface = gr.Interface(
61
 
62
  )
63
 
64
- # iface.queue(concurrency_count=1000)
65
 
66
  iface.launch()
 
61
 
62
  )
63
 
64
+ iface.queue(concurrency_count=1000)
65
 
66
  iface.launch()