akhaliq HF staff commited on
Commit
8aee673
1 Parent(s): 9bcab3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import os
 
 
 
2
  import numpy as np
3
  import tensorflow as tf
4
  import mediapy
 
1
  import os
2
+ os.system("git clone https://github.com/google-research/frame-interpolation")
3
+ import sys
4
+ sys.path.append("frame-interpolation")
5
  import numpy as np
6
  import tensorflow as tf
7
  import mediapy