johnpaulbin commited on
Commit
17692e5
1 Parent(s): 58627d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ def inf(inpt):
13
  return "Toxic!"
14
 
15
  iface = gr.Interface(fn=inf, inputs="text", outputs="text")
16
- iface.launch()
 
13
  return "Toxic!"
14
 
15
  iface = gr.Interface(fn=inf, inputs="text", outputs="text")
16
+ iface.queue(concurrency_count=500).launch()