AItool commited on
Commit
9f80de2
·
verified ·
1 Parent(s): f15844f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=interpolate_image_image,
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
  )