Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
5658da2
1
Parent(s):
94102b6
app.py
CHANGED
@@ -31,6 +31,7 @@ def audio_search(audio_tuple):
|
|
31 |
path = row["path"]
|
32 |
for orig in orig_rows:
|
33 |
orig_row = orig["row"]
|
|
|
34 |
if orig_row["path"] == path:
|
35 |
row["sentence"] = orig_row["sentence"]
|
36 |
row["audio"] = [
|
|
|
31 |
path = row["path"]
|
32 |
for orig in orig_rows:
|
33 |
orig_row = orig["row"]
|
34 |
+
print(orig_row)
|
35 |
if orig_row["path"] == path:
|
36 |
row["sentence"] = orig_row["sentence"]
|
37 |
row["audio"] = [
|