Spaces:
Building
on
A10G
Building
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def main():
|
|
66 |
with gr.Tab("Upscaler"):
|
67 |
CodeformerUpscalerGenerator.app()
|
68 |
|
69 |
-
app.queue(concurrency_count=
|
70 |
app.launch(debug=True, enable_queue=True)
|
71 |
|
72 |
|
|
|
66 |
with gr.Tab("Upscaler"):
|
67 |
CodeformerUpscalerGenerator.app()
|
68 |
|
69 |
+
app.queue(concurrency_count=1)
|
70 |
app.launch(debug=True, enable_queue=True)
|
71 |
|
72 |
|