SFconvertbot
commited on
Commit
·
aab64ea
1
Parent(s):
e69fcb2
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()
|
95 |
|
96 |
-
demo.launch(show_api=True
|
|
|
91 |
],
|
92 |
outputs=[gr.Markdown(label="output")],
|
93 |
fn=run,
|
94 |
+
).queue(max_size=10)
|
95 |
|
96 |
+
demo.launch(show_api=True)
|