Spaces:
Running
on
A10G
Running
on
A10G
Shanshan Wang
commited on
Commit
•
f588375
1
Parent(s):
8ba3710
update
Browse files
app.py
CHANGED
@@ -319,5 +319,5 @@ with gr.Blocks() as demo:
|
|
319 |
inputs = [image_input, user_input],
|
320 |
label = "examples",
|
321 |
)
|
322 |
-
|
323 |
-
demo.launch(
|
|
|
319 |
inputs = [image_input, user_input],
|
320 |
label = "examples",
|
321 |
)
|
322 |
+
demo.queue(concurrency_count=4,max_size=10)
|
323 |
+
demo.launch()
|