Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,6 +106,7 @@ def predict(frame1, frame2, times_to_interpolate):
|
|
106 |
videoArray = buf
|
107 |
|
108 |
print (f"DURATION: {frameCount/videoFPS}")
|
|
|
109 |
|
110 |
return "out.mp4"
|
111 |
|
|
|
106 |
videoArray = buf
|
107 |
|
108 |
print (f"DURATION: {frameCount/videoFPS}")
|
109 |
+
print (videoArray)
|
110 |
|
111 |
return "out.mp4"
|
112 |
|