akhaliq HF staff commited on
Commit
d24fd05
1 Parent(s): b1a7044

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ def predict(frame1, frame2, times_to_interpolate):
40
 
41
  title="frame-interpolation"
42
  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."
43
- article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2202.04901' target='_blank'>FILM: Frame Interpolation for Large Motion</a> | <a href='https://github.com/google-research/frame-interpolation' target='_blank'>Github Repo</a></p>"
44
  examples=[['one.png','two.png',2]]
45
  gr.Interface(predict,[gr.inputs.Image(type='filepath',shape=(512,512)),gr.inputs.Image(type='filepath',shape=(512,512)),gr.inputs.Slider(minimum=2,maximum=5,step=1)],"playable_video",title=title,description=description,article=article,examples=examples).launch(enable_queue=True)
 
40
 
41
  title="frame-interpolation"
42
  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."
43
+ article = "<p style='text-align: center'><a href='https://film-net.github.io/' target='_blank'>FILM: Frame Interpolation for Large Motion</a> | <a href='https://github.com/google-research/frame-interpolation' target='_blank'>Github Repo</a></p>"
44
  examples=[['one.png','two.png',2]]
45
  gr.Interface(predict,[gr.inputs.Image(type='filepath',shape=(512,512)),gr.inputs.Image(type='filepath',shape=(512,512)),gr.inputs.Slider(minimum=2,maximum=5,step=1)],"playable_video",title=title,description=description,article=article,examples=examples).launch(enable_queue=True)