dagloop5 commited on
Commit
85a771c
·
verified ·
1 Parent(s): 703cf8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 = 1024,
653
- width: int = 1536,
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,