Spaces:
Sleeping
Sleeping
parallel gpu 2
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
164 |
garment_down,
|
165 |
],
|
166 |
outputs=[gallery],
|
167 |
-
concurrency_limit=
|
168 |
|
169 |
|
170 |
# Examples
|
|
|
164 |
garment_down,
|
165 |
],
|
166 |
outputs=[gallery],
|
167 |
+
concurrency_limit=2)
|
168 |
|
169 |
|
170 |
# Examples
|