Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -425,7 +425,7 @@ with gr.Blocks(theme=gr.themes.Ocean(font=[gr.themes.GoogleFont("Lexend Deca"),
|
|
| 425 |
# Event handlers
|
| 426 |
|
| 427 |
# Auto-process video when uploaded
|
| 428 |
-
reference_video.
|
| 429 |
fn=process_input_video,
|
| 430 |
inputs=[reference_video, width, height],
|
| 431 |
outputs=[control_video],
|
|
|
|
| 425 |
# Event handlers
|
| 426 |
|
| 427 |
# Auto-process video when uploaded
|
| 428 |
+
reference_video.change(
|
| 429 |
fn=process_input_video,
|
| 430 |
inputs=[reference_video, width, height],
|
| 431 |
outputs=[control_video],
|