piotrzelasko commited on
Commit
954cfbc
·
1 Parent(s): 9346693

Signed-off-by: Piotr Żelasko <[email protected]>

Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -85,7 +85,6 @@ with gr.Blocks(
85
 
86
  "<p style='color: #A0A0A0;'>This demo supports audio files up to 10 mins long. "
87
  "You can transcribe longer files locally with NeMo. "
88
- #"<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>"
89
  )
90
 
91
  audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
@@ -108,7 +107,7 @@ with gr.Blocks(
108
 
109
  gr.HTML(
110
  "<p style='text-align: center'>"
111
- "🐤 <a href='https://huggingface.co/nvidia/canary-qwen-2.5b' target='_blank'>Canary model</a> | "
112
  "🧑‍💻 <a href='https://github.com/NVIDIA/NeMo' target='_blank'>NeMo Repository</a>"
113
  "</p>"
114
  )
 
85
 
86
  "<p style='color: #A0A0A0;'>This demo supports audio files up to 10 mins long. "
87
  "You can transcribe longer files locally with NeMo. "
 
88
  )
89
 
90
  audio_file = gr.Audio(sources=["microphone", "upload"], type="filepath")
 
107
 
108
  gr.HTML(
109
  "<p style='text-align: center'>"
110
+ "🐤 <a href='https://huggingface.co/nvidia/canary-qwen-2.5b' target='_blank'>Canary-Qwen-2.5B model</a> | "
111
  "🧑‍💻 <a href='https://github.com/NVIDIA/NeMo' target='_blank'>NeMo Repository</a>"
112
  "</p>"
113
  )