akhaliq HF staff commited on
Commit
5c4fbd0
1 Parent(s): 3e2f0b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def predict(frame1, frame2, times_to_interpolate):
57
  input_frames, times_to_interpolate, interpolator))
58
 
59
  mediapy.write_video("out.mp4", frames, fps=30)
60
- return out_path
61
 
62
  title="frame-interpolation"
63
  description="Gradio demo for FILM: Frame Interpolation for Large Scene Motion. To use it, simply upload your images and add the times to interpolate number or click on one of the examples to load them. Read more at the links below."
 
57
  input_frames, times_to_interpolate, interpolator))
58
 
59
  mediapy.write_video("out.mp4", frames, fps=30)
60
+ return "out.mp4"
61
 
62
  title="frame-interpolation"
63
  description="Gradio demo for FILM: Frame Interpolation for Large Scene Motion. To use it, simply upload your images and add the times to interpolate number or click on one of the examples to load them. Read more at the links below."