Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yonigozlan
/
Segment-Anything-2-video-tracking
like
25
Running
on
A10G
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#1
by
Tonic
- opened
about 1 month ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -826,4 +826,4 @@ with gr.Blocks(title="SAM2 Video (Transformers) - Interactive Segmentation", the
826
)
827
828
829
-
demo.queue(api_open=False).launch()
826
)
827
828
829
+
demo.queue(api_open=False).launch(
ssr_mode=False
)