fffiloni commited on
Commit
a4c7bf6
Β·
1 Parent(s): fc73028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ description="This is a fork of the Gradio demo for FILM: Frame Interpolation for
81
  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>"
82
  custom_css = "style.css"
83
 
84
- gr.Interface(predict,[sketch1,sketch2,slider],outputs=gr.Gallery(),title=title,description=description,article=article, css=custom_css).launch(enable_queue=True)
 
81
  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>"
82
  custom_css = "style.css"
83
 
84
+ gr.Interface(predict,[sketch1,sketch2,slider],"gallery",title=title,description=description,article=article, css=custom_css).launch(enable_queue=True)