Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,8 @@ for item in dataset:
|
|
| 25 |
|
| 26 |
all_data_audio_paths = local_audio_paths
|
| 27 |
|
| 28 |
-
sample1_audio_path =
|
|
|
|
| 29 |
print(sample1_audio_path)
|
| 30 |
|
| 31 |
# ==============================================================================
|
|
|
|
| 25 |
|
| 26 |
all_data_audio_paths = local_audio_paths
|
| 27 |
|
| 28 |
+
sample1_audio_path = local_audio_paths[0]
|
| 29 |
+
# sample1_audio_path = next((p for p in all_data_audio_paths if p.endswith("sample1.wav")), None)
|
| 30 |
print(sample1_audio_path)
|
| 31 |
|
| 32 |
# ==============================================================================
|