Update app.py
Browse files
app.py
CHANGED
|
@@ -388,7 +388,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="Ovi Image-to-Video
|
|
| 388 |
# Event handlers with authentication
|
| 389 |
generate_btn.click(
|
| 390 |
fn=generate_video_with_auth,
|
| 391 |
-
inputs=[image_input, prompt_input
|
| 392 |
outputs=[video_output, status_output],
|
| 393 |
show_progress="full",
|
| 394 |
queue=False,
|
|
|
|
| 388 |
# Event handlers with authentication
|
| 389 |
generate_btn.click(
|
| 390 |
fn=generate_video_with_auth,
|
| 391 |
+
inputs=[image_input, prompt_input],
|
| 392 |
outputs=[video_output, status_output],
|
| 393 |
show_progress="full",
|
| 394 |
queue=False,
|