Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hcompany
/
Holo1-Localization
like
33
Runtime error
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#1
by
Tonic
- opened
Jul 14
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
@@ -266,4 +266,4 @@ else:
266
)
267
268
if __name__ == "__main__":
269
-
demo.launch(debug=True)
266
)
267
268
if __name__ == "__main__":
269
+
demo.launch(debug=True
, ssr_mode=False
)