Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hyz317
/
StdGEN
like
14
Running
on
L40S
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
fixes 500 error for some users
#2
by
Tonic
- opened
4 days ago
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -224,4 +224,4 @@ with gr.Blocks(title="StdGEN: Semantically Decomposed 3D Character Generation fr
224
)
225
226
if __name__ == "__main__":
227
-
demo.launch()
224
)
225
226
if __name__ == "__main__":
227
+
demo.launch(
ssr_mode=False
)