Spaces:
Running
Running
lalashechka
commited on
Commit
•
3477a39
1
Parent(s):
2e45bdb
Update app.py
Browse files
app.py
CHANGED
@@ -302,5 +302,5 @@ with gr.Blocks(css=css) as demo:
|
|
302 |
image_i2i = gr.Image(show_label=True, label='Увеличенное изображение:')
|
303 |
img2img_b.click(mirror, inputs=[image_output, scale_by, method, gfpgan, codeformer], outputs=image_i2i)
|
304 |
|
305 |
-
demo.queue(
|
306 |
demo.launch()
|
|
|
302 |
image_i2i = gr.Image(show_label=True, label='Увеличенное изображение:')
|
303 |
img2img_b.click(mirror, inputs=[image_output, scale_by, method, gfpgan, codeformer], outputs=image_i2i)
|
304 |
|
305 |
+
demo.queue(default_concurrency_limit=24)
|
306 |
demo.launch()
|