Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks(title="RIFE Interpolation") as demo:
|
|
74 |
enhance_image_path = gr.Textbox(label="Output path", interactive=False)
|
75 |
|
76 |
g_btn.click(
|
77 |
-
fn=
|
78 |
inputs=[input_imageA, input_imageB],
|
79 |
outputs=[output_image, DEMO],
|
80 |
)
|
|
|
74 |
enhance_image_path = gr.Textbox(label="Output path", interactive=False)
|
75 |
|
76 |
g_btn.click(
|
77 |
+
fn=interpolate_image,
|
78 |
inputs=[input_imageA, input_imageB],
|
79 |
outputs=[output_image, DEMO],
|
80 |
)
|