Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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 |
|