Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -79,4 +79,4 @@ description="This is a fork of the Gradio demo for FILM: Frame Interpolation for
|
|
79 |
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>"
|
80 |
custom_css = "style.css"
|
81 |
|
82 |
-
gr.Interface(predict,[sketch1,sketch2,slider],outputs=gr.outputs.Carousel([gr.outputs.Image(type="
|
|
|
79 |
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>"
|
80 |
custom_css = "style.css"
|
81 |
|
82 |
+
gr.Interface(predict,[sketch1,sketch2,slider],outputs=gr.outputs.Carousel([gr.outputs.Image(type="list")]),title=title,description=description,article=article, css=custom_css).launch(enable_queue=True)
|