Spaces:
Running
on
T4
Running
on
T4
update path to chunked infer script in main branch
Browse files
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/
|
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")
|