Henry Scheible
commited on
Commit
•
596d046
1
Parent(s):
a064e53
decrease concurrency to 1
Browse files
app.py
CHANGED
@@ -190,4 +190,4 @@ demo = gr.Interface(count_barnacles,
|
|
190 |
# gr.Number(label="Custom Metric")
|
191 |
])
|
192 |
# examples="examples")
|
193 |
-
demo.queue(concurrency_count=
|
|
|
190 |
# gr.Number(label="Custom Metric")
|
191 |
])
|
192 |
# examples="examples")
|
193 |
+
demo.queue(concurrency_count=1).launch()
|