Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rf-inversion
/
RF-inversion
like
28
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fffiloni
commited on
5 days ago
Commit
ae8b9ea
·
verified
·
1 Parent(s):
1e6162c
Disable SSR mode to avoid error 500 for some users
Browse files
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
)