Gyaneshere commited on
Commit
7749373
·
verified ·
1 Parent(s): b1810ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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
  )
 
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
  )