steveheh commited on
Commit
d5efe67
1 Parent(s): bedaa4d

update path to chunked infer script in main branch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -260,7 +260,7 @@ with gr.Blocks(
260
 
261
  "<p style='color: #A0A0A0;'>This demo supports audio files up to 10 mins long. "
262
  "You can transcribe longer files locally with this NeMo "
263
- "<a href='https://github.com/NVIDIA/NeMo/blob/main/examples/asr/speech_multitask/speech_to_text_aed_chunked_infer.py'>script</a>.</p>"
264
  )
265
 
266
  audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
 
260
 
261
  "<p style='color: #A0A0A0;'>This demo supports audio files up to 10 mins long. "
262
  "You can transcribe longer files locally with this NeMo "
263
+ "<a href='https://github.com/NVIDIA/NeMo/blob/main/examples/asr/asr_chunked_inference/aed/speech_to_text_aed_chunked_infer.py'>script</a>.</p>"
264
  )
265
 
266
  audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")