Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
94102b6
1
Parent(s):
bf7c926
Add code
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ def audio_search(audio_tuple):
|
|
25 |
array = array.astype(np.float32) / 32768.0
|
26 |
|
27 |
rows = audio_embedding_system.search((sample_rate, array))
|
|
|
28 |
orig_rows = search(rows)
|
29 |
for row in rows:
|
30 |
path = row["path"]
|
|
|
25 |
array = array.astype(np.float32) / 32768.0
|
26 |
|
27 |
rows = audio_embedding_system.search((sample_rate, array))
|
28 |
+
print(rows)
|
29 |
orig_rows = search(rows)
|
30 |
for row in rows:
|
31 |
path = row["path"]
|