prismaudio-project commited on
Commit
2da288c
·
1 Parent(s): 10a671c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ def generate_audio_core(video_file, caption):
413
  status = log_step("🧠 Step 4: Extracting text / video features...")
414
 
415
  info = extract_features(clip_chunk, sync_chunk, caption)
416
- log_step(f" Features extracted. ⏱️ Step 4 cost: {time.time() - step_start:.2f}s")
417
 
418
  # ---- Step 5: Build inference batch ----
419
  step_start = time.time()
 
413
  status = log_step("🧠 Step 4: Extracting text / video features...")
414
 
415
  info = extract_features(clip_chunk, sync_chunk, caption)
416
+ log_step(f"⏱️ Step 4 cost: {time.time() - step_start:.2f}s")
417
 
418
  # ---- Step 5: Build inference batch ----
419
  step_start = time.time()