maxinethegreat commited on
Commit
34b577e
·
1 Parent(s): 8ceab73

try to reduce lag

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