Update app.py
Browse files
app.py
CHANGED
|
@@ -134,9 +134,7 @@ def generate_video(image_input, audio_filepath):
|
|
| 134 |
image=init_image,
|
| 135 |
audio=audio_values,
|
| 136 |
num_inference_steps=25,
|
| 137 |
-
guidance_scale=4.0
|
| 138 |
-
frame_rate=16,
|
| 139 |
-
max_frames=64
|
| 140 |
)
|
| 141 |
|
| 142 |
frames = out.frames[0]
|
|
|
|
| 134 |
image=init_image,
|
| 135 |
audio=audio_values,
|
| 136 |
num_inference_steps=25,
|
| 137 |
+
guidance_scale=4.0
|
|
|
|
|
|
|
| 138 |
)
|
| 139 |
|
| 140 |
frames = out.frames[0]
|