Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,6 +37,7 @@ all_data_audio_paths = local_audio_paths
|
|
| 37 |
|
| 38 |
# Take first file of the datasets as sample
|
| 39 |
sample1_audio_path = local_audio_paths[0]
|
|
|
|
| 40 |
|
| 41 |
# ==============================================================================
|
| 42 |
# 数据定义 (Data Definition)
|
|
|
|
| 37 |
|
| 38 |
# Take first file of the datasets as sample
|
| 39 |
sample1_audio_path = local_audio_paths[0]
|
| 40 |
+
print(sample1_audio_path)
|
| 41 |
|
| 42 |
# ==============================================================================
|
| 43 |
# 数据定义 (Data Definition)
|