dagloop5 commited on
Commit
43a0b43
·
verified ·
1 Parent(s): cf115a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)