Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Yuxihenry
/
SpatialTrackerV2
like
100
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
fa041f1
SpatialTrackerV2
/
app.py
Yuxihenry
Update app.py
dcceb35
verified
6 months ago
raw
Copy download link
history
blame
168 Bytes
import
os
import
gradio
as
gr
hf_token = os.getenv(
"HF_TOKEN"
)
demo = gr.load(name=
"Yuxihenry/SpatialTrackerV2_Private"
, hf_token=hf_token, src=
"spaces"
)
demo.launch()