Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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(
|
|
|
|
|
|
|
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():
|