Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
prs-eth
/
marigold-normals
Like
27
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
toshas
commited on
Aug 5
Commit
a0ea158
·
verified
·
1 Parent(s):
3e8e1c1
ssr_mode=False for badges
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -182,4 +182,5 @@ with MarigoldNormalsApp(
182
).launch(
183
server_name="0.0.0.0",
184
server_port=7860,
185
)
182
).launch(
183
server_name="0.0.0.0",
184
server_port=7860,
185
+
ssr_mode=False,
186
)