Update app.py
Browse files
app.py
CHANGED
|
@@ -667,7 +667,7 @@ def generate_video(
|
|
| 667 |
pose_strength, general_strength, motion_strength, dreamlay_strength,
|
| 668 |
mself_strength, dramatic_strength, fluid_strength, liquid_strength,
|
| 669 |
demopose_strength, voice_strength, realism_strength, transition_strength,
|
| 670 |
-
physics_strength, reasoning_strength,
|
| 671 |
)
|
| 672 |
|
| 673 |
video, audio = pipeline(
|
|
|
|
| 667 |
pose_strength, general_strength, motion_strength, dreamlay_strength,
|
| 668 |
mself_strength, dramatic_strength, fluid_strength, liquid_strength,
|
| 669 |
demopose_strength, voice_strength, realism_strength, transition_strength,
|
| 670 |
+
physics_strength, reasoning_strength, twostep_strength,
|
| 671 |
)
|
| 672 |
|
| 673 |
video, audio = pipeline(
|