Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(title="RIFE Interpolation") as demo:
|
|
89 |
input_imageA = gr.Image(type="filepath", label="Image A")
|
90 |
input_imageB = gr.Image(type="filepath", label="Image B")
|
91 |
user_btn = gr.Button("Interpolate")
|
92 |
-
user_out = gr.Image(type="filepath", value=str(TARGET_DIR), label="Interpolated GIF"
|
93 |
user_path = gr.Textbox(label="Output path", value=str(TARGET_DIR), interactive=False)
|
94 |
user_btn.click(
|
95 |
fn=interpolate_image,
|
|
|
89 |
input_imageA = gr.Image(type="filepath", label="Image A")
|
90 |
input_imageB = gr.Image(type="filepath", label="Image B")
|
91 |
user_btn = gr.Button("Interpolate")
|
92 |
+
user_out = gr.Image(type="filepath", value=str(TARGET_DIR), label="Interpolated GIF")
|
93 |
user_path = gr.Textbox(label="Output path", value=str(TARGET_DIR), interactive=False)
|
94 |
user_btn.click(
|
95 |
fn=interpolate_image,
|