Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Yuxihenry
/
SpatialTrackerV2
like
103
Build error
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
Yuxihenry
commited on
Jun 23, 2025
Commit
dcceb35
·
verified
·
1 Parent(s):
2a1dd29
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
import gradio as gr
3
+
4
+
hf_token = os.getenv("HF_TOKEN")
5
+
demo = gr.load(name="Yuxihenry/SpatialTrackerV2_Private", hf_token=hf_token, src="spaces")
6
+
demo.launch()