Spaces:
Runtime error
Runtime error
Update run/gradio_ootd.py
Browse files- run/gradio_ootd.py +1 -1
run/gradio_ootd.py
CHANGED
@@ -116,7 +116,7 @@ def process_dc(vton_img, garm_img, category, n_samples, n_steps, image_scale, se
|
|
116 |
return images
|
117 |
|
118 |
|
119 |
-
block = gr.Blocks().queue(
|
120 |
with block:
|
121 |
with gr.Row():
|
122 |
gr.Markdown("# OOTDiffusion Demo")
|
|
|
116 |
return images
|
117 |
|
118 |
|
119 |
+
block = gr.Blocks().queue(default_concurrency_limit=40)
|
120 |
with block:
|
121 |
with gr.Row():
|
122 |
gr.Markdown("# OOTDiffusion Demo")
|