Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
robot2no1
/
fastSAM
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
robot2no1
commited on
Dec 4, 2024
Commit
ef1e412
·
verified
·
1 Parent(s):
f37cd33
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,4 @@ demo = gr.Interface(
117
118
# 启动应用
119
if __name__ == "__main__":
120
-
demo.launch(
server_name
=
"0.0.0.0"
)
117
118
# 启动应用
119
if __name__ == "__main__":
120
+
demo.launch(
share
=
True
)