Spaces:
Runtime error
Runtime error
johnpaulbin
commited on
Commit
•
17692e5
1
Parent(s):
58627d4
Update app.py
Browse files
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()
|