Spaces:
Sleeping
Sleeping
Update app.py
#1
by James040 - opened
app.py
CHANGED
|
@@ -140,4 +140,4 @@ with gr.Blocks(title="Real-ESRGAN 4x Upscaler") as demo:
|
|
| 140 |
|
| 141 |
if __name__ == "__main__":
|
| 142 |
# Updated to enable queuing and remove manual port binding for better HF idle detection
|
| 143 |
-
demo.queue().launch()
|
|
|
|
| 140 |
|
| 141 |
if __name__ == "__main__":
|
| 142 |
# Updated to enable queuing and remove manual port binding for better HF idle detection
|
| 143 |
+
demo.queue().launch(ssr_mode=False)
|