Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,6 +72,7 @@ def predict(frame1, frame2, times_to_interpolate):
|
|
72 |
print(frames)
|
73 |
#mediapy.write_video("out.mp4", frames, fps=30)
|
74 |
#return "out.mp4"
|
|
|
75 |
return frames
|
76 |
|
77 |
title="sketch-frame-interpolation"
|
|
|
72 |
print(frames)
|
73 |
#mediapy.write_video("out.mp4", frames, fps=30)
|
74 |
#return "out.mp4"
|
75 |
+
mediapy.to_uint8(frames)
|
76 |
return frames
|
77 |
|
78 |
title="sketch-frame-interpolation"
|