Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xichen98cn
/
FrozenSeg
like
1
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
xichen98cn
commited on
Sep 8, 2024
Commit
3ac1b3d
·
verified
·
1 Parent(s):
1570886
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -198,4 +198,4 @@ with gr.Blocks(title=title,
198
""",
199
)
200
201
-
demo.launch(
server_port=7881
)
198
""",
199
)
200
201
+
demo.launch()