Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
1d6a544
1
Parent(s):
cd01a28
fix
Browse files- audio_index.py +1 -1
audio_index.py
CHANGED
@@ -143,7 +143,7 @@ class AudioEmbeddingSystem:
|
|
143 |
if row:
|
144 |
results.append(
|
145 |
{
|
146 |
-
"
|
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 |
}
|