Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks() as demo:
|
|
51 |
clear_video_button = gr.Button("Clear")
|
52 |
|
53 |
image_button.click(transfer, inputs=[image_input,image_dropdown], outputs=image_output)
|
54 |
-
video_button.click(
|
55 |
clear_image_button.click(clear_output, inputs=image_input,outputs=image_output)
|
56 |
clear_video_button.click(clear_output, inputs=video_input,outputs=video_output)
|
57 |
demo.launch()
|
|
|
51 |
clear_video_button = gr.Button("Clear")
|
52 |
|
53 |
image_button.click(transfer, inputs=[image_input,image_dropdown], outputs=image_output)
|
54 |
+
video_button.click(transfer, inputs=[video_input,video_dropdown], outputs=video_output)
|
55 |
clear_image_button.click(clear_output, inputs=image_input,outputs=image_output)
|
56 |
clear_video_button.click(clear_output, inputs=video_input,outputs=video_output)
|
57 |
demo.launch()
|