maxinethegreat commited on
Commit
a89798f
·
1 Parent(s): 32961aa

try to reduce lag

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