Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ with gr.Blocks(
|
|
258 |
gr.HTML(
|
259 |
"<p><b>Step 1:</b> Upload an audio file or record with your microphone.</p>"
|
260 |
|
261 |
-
"<p style='color: #A0A0A0;'>This
|
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 |
)
|
|
|
258 |
gr.HTML(
|
259 |
"<p><b>Step 1:</b> Upload an audio file or record with your microphone.</p>"
|
260 |
|
261 |
+
"<p style='color: #A0A0A0;'>This app 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 |
)
|