Update app.py
Browse files
app.py
CHANGED
|
@@ -353,6 +353,7 @@ def identify_speaker(wav_archivo: str, voice_col: List[Dict[str, Any]]) -> Dict[
|
|
| 353 |
voice_col = json.loads(voice_col)
|
| 354 |
|
| 355 |
identity = "Desconegut"
|
|
|
|
| 356 |
|
| 357 |
if voice_col and voice_embedding is not None:
|
| 358 |
try:
|
|
|
|
| 353 |
voice_col = json.loads(voice_col)
|
| 354 |
|
| 355 |
identity = "Desconegut"
|
| 356 |
+
knn = []
|
| 357 |
|
| 358 |
if voice_col and voice_embedding is not None:
|
| 359 |
try:
|