fffiloni commited on
Commit
2ff0900
β€’
1 Parent(s): 2b0e5f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,7 +1,9 @@
 
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 cv2
6
  import numpy as np
7
  import tensorflow as tf
 
1
+ pip install opencv-python
2
  import os
3
  os.system("git clone https://github.com/google-research/frame-interpolation")
4
  import sys
5
  sys.path.append("frame-interpolation")
6
+
7
  import cv2
8
  import numpy as np
9
  import tensorflow as tf