Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Omnibus
/
pose-transfer
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Omnibus
commited on
Oct 24, 2023
Commit
f05ea81
·
1 Parent(s):
2fa8d7c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import os
2
+
os.system("git clone https://github.com/google-research/frame-interpolation")
3
+
os.system("cd frame-interpolation")
4
+
os.system("pip3 install -r requirements.txt")