Update preprocessing_router.py
Browse files- 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/
|
| 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)}):")
|