Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -764,7 +764,6 @@ def generate_video(
|
|
| 764 |
current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
|
| 765 |
print(f"Using seed: {current_seed}")
|
| 766 |
|
| 767 |
-
height, width = validate_resolution(int(height), int(width))
|
| 768 |
print(f"Resolution: {width}x{height}")
|
| 769 |
|
| 770 |
num_frames = calculate_frames(duration, DEFAULT_FRAME_RATE)
|
|
|
|
| 764 |
current_seed = random.randint(0, MAX_SEED) if randomize_seed else int(seed)
|
| 765 |
print(f"Using seed: {current_seed}")
|
| 766 |
|
|
|
|
| 767 |
print(f"Resolution: {width}x{height}")
|
| 768 |
|
| 769 |
num_frames = calculate_frames(duration, DEFAULT_FRAME_RATE)
|