VeuReu commited on
Commit
736284d
·
verified ·
1 Parent(s): ea9c4ec

Update preprocessing_router.py

Browse files
Files changed (1) hide show
  1. preprocessing_router.py +1 -1
preprocessing_router.py CHANGED
@@ -278,7 +278,7 @@ async def finalize_casting(
278
  label = cluster.get("label", v_idx) # <-- aquí definimos label
279
  clips = cluster.get("clips", [])
280
 
281
- AUDIO_BASE_FOLDER = f"/tmp/temp/prueba_ana/clips" # ahora funciona
282
 
283
  print(f"🔊 Voz {v_idx+1}: {v_name}")
284
  print(f" 🎵 Clips seleccionados ({len(clips)}):")
 
278
  label = cluster.get("label", v_idx) # <-- aquí definimos label
279
  clips = cluster.get("clips", [])
280
 
281
+ AUDIO_BASE_FOLDER = f"/tmp/temp/{video_name}/clips" # ahora funciona
282
 
283
  print(f"🔊 Voz {v_idx+1}: {v_name}")
284
  print(f" 🎵 Clips seleccionados ({len(clips)}):")