Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mulinjushi
/
Fast3Dcache
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mulinjushi
commited on
Nov 26, 2025
Commit
38289f9
·
verified
·
1 Parent(s):
5800665
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ with gr.Blocks(title="3D Model Viewer") as demo:
73
74
# 启动
75
if __name__ == "__main__":
76
-
demo.launch(
server_name="0.0.0.0", server_port=7860, ssr_mode=False
)
73
74
# 启动
75
if __name__ == "__main__":
76
+
demo.launch()