Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -351,5 +351,5 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
351 |
# generate other images event handle
|
352 |
gen_other_img.click(generate_images, [chatbot], image_outputs)
|
353 |
|
354 |
-
demo.queue(
|
355 |
demo.launch(show_api=False)
|
|
|
351 |
# generate other images event handle
|
352 |
gen_other_img.click(generate_images, [chatbot], image_outputs)
|
353 |
|
354 |
+
demo.queue(max_size=20)
|
355 |
demo.launch(show_api=False)
|