onursavas commited on
Commit
6fd9c97
·
1 Parent(s): ec3887e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ with gr.Blocks() as io:
32
  input_button = gr.Button()
33
  with gr.Column():
34
  output_image = gr.Image()
35
- input_image.change(process_video2, inputs=[input_image], outputs=[output_image], show_progress=False)
36
 
37
  io.queue()
38
 
 
32
  input_button = gr.Button()
33
  with gr.Column():
34
  output_image = gr.Image()
35
+ input_image.change(process_video, inputs=[input_image], outputs=[output_image], show_progress=False)
36
 
37
  io.queue()
38