Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -129,6 +129,8 @@ def generate_video(
|
|
| 129 |
- The function uses GPU acceleration via the @spaces.GPU decorator
|
| 130 |
- Generation time varies based on steps and duration (see get_duration function)
|
| 131 |
"""
|
|
|
|
|
|
|
| 132 |
|
| 133 |
num_frames = np.clip(int(round(duration_seconds * FIXED_FPS)), MIN_FRAMES_MODEL, MAX_FRAMES_MODEL)
|
| 134 |
current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
|
|
|
|
| 129 |
- The function uses GPU acceleration via the @spaces.GPU decorator
|
| 130 |
- Generation time varies based on steps and duration (see get_duration function)
|
| 131 |
"""
|
| 132 |
+
print("promot is ")
|
| 133 |
+
print(prompt)
|
| 134 |
|
| 135 |
num_frames = np.clip(int(round(duration_seconds * FIXED_FPS)), MIN_FRAMES_MODEL, MAX_FRAMES_MODEL)
|
| 136 |
current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
|