Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xywwww
/
scene_diffusion___
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
xywwww
commited on
Dec 13, 2024
Commit
446d65d
·
verified
·
1 Parent(s):
d42ce16
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ iface = gr.Interface(
95
)
96
97
# 启动 Gradio 应用
98
-
iface.launch()
95
)
96
97
# 启动 Gradio 应用
98
+
iface.launch(
share=True
)