freddyaboulton HF Staff commited on
Commit
1d6a544
·
1 Parent(s): cd01a28
Files changed (1) hide show
  1. audio_index.py +1 -1
audio_index.py CHANGED
@@ -143,7 +143,7 @@ class AudioEmbeddingSystem:
143
  if row:
144
  results.append(
145
  {
146
- "file_path": row[0],
147
  "distance": float(distances[0][i]),
148
  "vector_id": int(idx),
149
  }
 
143
  if row:
144
  results.append(
145
  {
146
+ "path": row[0],
147
  "distance": float(distances[0][i]),
148
  "vector_id": int(idx),
149
  }