Omnibus commited on
Commit
f05ea81
·
1 Parent(s): 2fa8d7c

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -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")