Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -84,7 +84,7 @@ def diffusion_app():
|
|
| 84 |
with gr.Tab("Upscaler"):
|
| 85 |
CodeformerUpscalerGenerator.app()
|
| 86 |
|
| 87 |
-
app.queue(concurrency_count=
|
| 88 |
app.launch(debug=True, enable_queue=True)
|
| 89 |
|
| 90 |
|
|
|
|
| 84 |
with gr.Tab("Upscaler"):
|
| 85 |
CodeformerUpscalerGenerator.app()
|
| 86 |
|
| 87 |
+
app.queue(concurrency_count=1)
|
| 88 |
app.launch(debug=True, enable_queue=True)
|
| 89 |
|
| 90 |
|