Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rf-inversion
/
RF-inversion
like
30
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Disable SSR mode to avoid error 500 for some users
#1
by
fffiloni
- opened
20 days ago
base:
refs/heads/main
β
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -304,4 +304,4 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
304
305
306
if __name__ == "__main__":
307
-
demo.launch()
304
305
306
if __name__ == "__main__":
307
+
demo.launch(
ssr_mode=False
)