Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -644,13 +644,13 @@ def generate_video(
|
|
| 644 |
last_image,
|
| 645 |
input_audio,
|
| 646 |
prompt: str,
|
| 647 |
-
duration: float,
|
| 648 |
gpu_duration: float,
|
| 649 |
enhance_prompt: bool = True,
|
| 650 |
seed: int = 42,
|
| 651 |
randomize_seed: bool = True,
|
| 652 |
-
height: int =
|
| 653 |
-
width: int =
|
| 654 |
pose_strength: float = 0.0,
|
| 655 |
general_strength: float = 0.0,
|
| 656 |
motion_strength: float = 0.0,
|
|
|
|
| 644 |
last_image,
|
| 645 |
input_audio,
|
| 646 |
prompt: str,
|
| 647 |
+
duration: float = 0.0,
|
| 648 |
gpu_duration: float,
|
| 649 |
enhance_prompt: bool = True,
|
| 650 |
seed: int = 42,
|
| 651 |
randomize_seed: bool = True,
|
| 652 |
+
height: int = 0.0,
|
| 653 |
+
width: int = 0.0,
|
| 654 |
pose_strength: float = 0.0,
|
| 655 |
general_strength: float = 0.0,
|
| 656 |
motion_strength: float = 0.0,
|