Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fixes 500 error for some users
#140
by
Tonic - opened
app.py
CHANGED
|
@@ -452,4 +452,4 @@ if __name__ == "__main__":
|
|
| 452 |
# Note: If testing locally, you'll need to run `huggingface-cli login` or set HF_TOKEN
|
| 453 |
# environment variable for the login to work locally.
|
| 454 |
demo.queue() # Enable queuing for async operations
|
| 455 |
-
demo.launch()
|
|
|
|
| 452 |
# Note: If testing locally, you'll need to run `huggingface-cli login` or set HF_TOKEN
|
| 453 |
# environment variable for the login to work locally.
|
| 454 |
demo.queue() # Enable queuing for async operations
|
| 455 |
+
demo.launch(ssr_mode=False)
|