Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|