iulik-pisik commited on
Commit
6fa2e8e
1 Parent(s): 5348317

incercarea #25

Browse files
Files changed (1) hide show
  1. horoscop_neti.py +2 -2
horoscop_neti.py CHANGED
@@ -77,8 +77,8 @@ class HoroscopNeti(GeneratorBasedBuilder):
77
  if not os.path.isfile(audio_path):
78
  continue
79
 
80
- yield audio_path, {
81
  "path": audio_path,
82
  "audio": audio_path,
83
- "transcript": row["transcript"],
84
  }
 
77
  if not os.path.isfile(audio_path):
78
  continue
79
 
80
+ yield audio_file_name, {
81
  "path": audio_path,
82
  "audio": audio_path,
83
+ "transcript": row["sentence"],
84
  }