akhaliq HF Staff commited on
Commit
42f1e7f
·
verified ·
1 Parent(s): 8422115

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, login_btn],
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,