Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Hcompany
/
Holo1-Localization
like
34
Build 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, 2025
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
)