rahul7star commited on
Commit
c7f0892
·
verified ·
1 Parent(s): 64d1e7e

Update app.py

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