freddyaboulton HF Staff commited on
Commit
94102b6
·
1 Parent(s): bf7c926
Files changed (1) hide show
  1. app.py +1 -0
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"]