Spaces:
Running
Running
SFconvertbot
commited on
Commit
•
705ab71
1
Parent(s):
9b7b235
Update app.py
Browse files
app.py
CHANGED
@@ -91,6 +91,6 @@ demo = gr.Interface(
|
|
91 |
],
|
92 |
outputs=[gr.Markdown(label="output")],
|
93 |
fn=run,
|
94 |
-
).queue(max_size=10, concurrency_count=
|
95 |
|
96 |
demo.launch(show_api=True)
|
|
|
91 |
],
|
92 |
outputs=[gr.Markdown(label="output")],
|
93 |
fn=run,
|
94 |
+
).queue(max_size=10, concurrency_count=1)
|
95 |
|
96 |
demo.launch(show_api=True)
|