Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
stepfun-ai
/
Step1X-3D
like
48
Running
on
Zero
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#3
by
Tonic
- opened
3 days ago
base:
refs/heads/main
←
from:
refs/pr/3
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -153,4 +153,4 @@ with gr.Blocks(title="Step1X-3D demo") as demo:
153
outputs=[geometry_preview, textured_preview],
154
)
155
156
-
demo.launch()
153
outputs=[geometry_preview, textured_preview],
154
)
155
156
+
demo.launch(
ssr_mode=False
)