Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks(title="RIFE Interpolation") as demo:
|
|
67 |
gr.Markdown("### Demo: Preloaded images")
|
68 |
input_imageA = gr.Image(type="filepath", value=str(FRAME1), label="Image A")
|
69 |
input_imageB = gr.Image(type="filepath", value=str(FRAME2), label="Image B")
|
70 |
-
output_image = gr.Image(type="filepath",
|
71 |
g_btn = gr.Button("Interpolate")
|
72 |
|
73 |
output_image = gr.Image(type="filepath", label="Interpolated GIF")
|
|
|
67 |
gr.Markdown("### Demo: Preloaded images")
|
68 |
input_imageA = gr.Image(type="filepath", value=str(FRAME1), label="Image A")
|
69 |
input_imageB = gr.Image(type="filepath", value=str(FRAME2), label="Image B")
|
70 |
+
output_image = gr.Image(type="filepath", value=str(DEMO), label="Demo")
|
71 |
g_btn = gr.Button("Interpolate")
|
72 |
|
73 |
output_image = gr.Image(type="filepath", label="Interpolated GIF")
|