piotrzelasko commited on
Commit
1c30553
·
verified ·
1 Parent(s): 315c036

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -100,7 +100,10 @@ with gr.Blocks(
100
  theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg) # make text slightly bigger (default is text_md )
101
  ) as demo:
102
 
103
- gr.HTML("<h1 style='text-align: center'>NeMo Canary-Qwen-2.5B model: Transcribe audio</h1>")
 
 
 
104
 
105
  with gr.Row():
106
  with gr.Column():
 
100
  theme=gr.themes.Default(text_size=gr.themes.sizes.text_lg) # make text slightly bigger (default is text_md )
101
  ) as demo:
102
 
103
+ gr.HTML(
104
+ "<h1 style='text-align: center'>NeMo Canary-Qwen-2.5B model: Transcribe and prompt</h1>"
105
+ "<p>Canary-Qwen-2.5B is an ASR model capable of transcribing speech to text (ASR mode) and using its inner Qwen3-1.7B LLM for answering questions about the transcript (LLM mode).</p>"
106
+ )
107
 
108
  with gr.Row():
109
  with gr.Column():