csukuangfj commited on
Commit
b3ba783
β€’
1 Parent(s): 91fae3f

small fixes

Browse files
app.py CHANGED
@@ -159,7 +159,7 @@ def process(
159
  """
160
  if rtf > 1:
161
  info += (
162
- f"<br/>We are loading the model for the first run. "
163
  "Please run again to measure the real RTF.<br/>"
164
  )
165
 
 
159
  """
160
  if rtf > 1:
161
  info += (
162
+ "<br/>We are loading the model for the first run. "
163
  "Please run again to measure the real RTF.<br/>"
164
  )
165
 
examples.py CHANGED
@@ -203,20 +203,20 @@ examples = [
203
  "AmirHussein/icefall-asr-mgb2-conformer_ctc-2022-27-06",
204
  "greedy_search",
205
  4,
206
- "./test_wavs/arabic/94D37D38-B203-4FC0-9F3A-538F5C174920_spk-0001_seg-0051454:0052244.wav",
207
  ],
208
  [
209
  "Arabic",
210
  "AmirHussein/icefall-asr-mgb2-conformer_ctc-2022-27-06",
211
  "greedy_search",
212
  4,
213
- "./test_wavs/arabic/94D37D38-B203-4FC0-9F3A-538F5C174920_spk-0001_seg-0052244:0053004.wav",
214
  ],
215
  [
216
  "Arabic",
217
  "AmirHussein/icefall-asr-mgb2-conformer_ctc-2022-27-06",
218
  "greedy_search",
219
  4,
220
- "./test_wavs/arabic/94D37D38-B203-4FC0-9F3A-538F5C174920_spk-0001_seg-0053813:0054281.wav",
221
  ],
222
  ]
 
203
  "AmirHussein/icefall-asr-mgb2-conformer_ctc-2022-27-06",
204
  "greedy_search",
205
  4,
206
+ "./test_wavs/arabic/a.wav",
207
  ],
208
  [
209
  "Arabic",
210
  "AmirHussein/icefall-asr-mgb2-conformer_ctc-2022-27-06",
211
  "greedy_search",
212
  4,
213
+ "./test_wavs/arabic/b.wav",
214
  ],
215
  [
216
  "Arabic",
217
  "AmirHussein/icefall-asr-mgb2-conformer_ctc-2022-27-06",
218
  "greedy_search",
219
  4,
220
+ "./test_wavs/arabic/c.wav",
221
  ],
222
  ]
test_wavs/arabic/{94D37D38-B203-4FC0-9F3A-538F5C174920_spk-0001_seg-0051454:0052244.wav β†’ a.wav} RENAMED
File without changes
test_wavs/arabic/{94D37D38-B203-4FC0-9F3A-538F5C174920_spk-0001_seg-0052244:0053004.wav β†’ b.wav} RENAMED
File without changes
test_wavs/arabic/{94D37D38-B203-4FC0-9F3A-538F5C174920_spk-0001_seg-0053813:0054281.wav β†’ c.wav} RENAMED
File without changes