Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|