alexnasa commited on
Commit
72ca150
·
verified ·
1 Parent(s): 273f529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -874,6 +874,7 @@ def generate_video(
874
  height: Output video height in pixels.
875
  width: Output video width in pixels.
876
  camera_lora: Camera motion control LoRA to apply during generation (enables exactly one at runtime).
 
877
  progress: Gradio progress tracker.
878
  Returns:
879
 
 
874
  height: Output video height in pixels.
875
  width: Output video width in pixels.
876
  camera_lora: Camera motion control LoRA to apply during generation (enables exactly one at runtime).
877
+ audio_path: Optiona audio file for soundtrack. Could be a lipsync audio or a background music or a mixture of both guiding the image-to-vidoe motion process.
878
  progress: Gradio progress tracker.
879
  Returns:
880