Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
acmyu
/
KeyframesAI
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
acmyu
commited on
Sep 14, 2025
Commit
bf8b181
·
1 Parent(s):
cb386b4
fix bug
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
76
)
77
78
frames_btn.click(
79
-
resize_images
, inputs=[mocap, fps], outputs=[frames]
80
)
81
82
76
)
77
78
frames_btn.click(
79
+
get_frames
, inputs=[mocap, fps], outputs=[frames]
80
)
81
82