Update main_process/main_router.py
Browse files
main_process/main_router.py
CHANGED
|
@@ -26,7 +26,7 @@ def get_casting(video_sha1: str):
|
|
| 26 |
face_col = [{"nombre": "Ana", "embedding": [0.1]*512}]
|
| 27 |
voice_col = [{"nombre": "Ana", "embedding": [0.2]*192}]
|
| 28 |
|
| 29 |
-
return
|
| 30 |
|
| 31 |
transcripcion_inicial = "/home/acasado/bsc/hugging_face_bsc/engine/results/transcription_initial.srt"
|
| 32 |
informacion_json = "/home/acasado/bsc/hugging_face_bsc/engine/results/informacion.json"
|
|
|
|
| 26 |
face_col = [{"nombre": "Ana", "embedding": [0.1]*512}]
|
| 27 |
voice_col = [{"nombre": "Ana", "embedding": [0.2]*192}]
|
| 28 |
|
| 29 |
+
return face_col, voice_col
|
| 30 |
|
| 31 |
transcripcion_inicial = "/home/acasado/bsc/hugging_face_bsc/engine/results/transcription_initial.srt"
|
| 32 |
informacion_json = "/home/acasado/bsc/hugging_face_bsc/engine/results/informacion.json"
|