VeuReu commited on
Commit
baa4d85
·
verified ·
1 Parent(s): f410f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: