intersteller2887 commited on
Commit
b72ecc6
·
verified ·
1 Parent(s): ed2d077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 = next((p for p in all_data_audio_paths if p.endswith("sample1.wav")), None)
 
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
  # ==============================================================================