Spaces:
Running
on
Zero
Running
on
Zero
nithinraok
commited on
Commit
Β·
59943f0
1
Parent(s):
8a5dbc8
add v2
Browse filesSigned-off-by: nithinraok <[email protected]>
app.py
CHANGED
@@ -338,6 +338,17 @@ with gr.Blocks(
|
|
338 |
|
339 |
gr.HTML("<h1 style='text-align: center'>NeMo Canary 1B Flash model: Transcribe & Translate audio</h1>")
|
340 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
341 |
with gr.Row():
|
342 |
with gr.Column():
|
343 |
gr.HTML(
|
|
|
338 |
|
339 |
gr.HTML("<h1 style='text-align: center'>NeMo Canary 1B Flash model: Transcribe & Translate audio</h1>")
|
340 |
|
341 |
+
gr.HTML(
|
342 |
+
"<div style='background: linear-gradient(90deg, #76B900, #5A9200); color: white; padding: 15px; border-radius: 10px; margin: 15px 0; text-align: center;'>"
|
343 |
+
"<h3 style='margin: 0; font-size: 1.3em;'>π NEW: Canary 1B V2 is now available!</h3>"
|
344 |
+
"<p style='margin: 5px 0 0 0; font-size: 1.1em;'>π <strong>25 European Languages</strong> | β±οΈ <strong>Much Improved Timestamp Prediction</strong> | π <strong>Enhanced ASR & AST</strong></p>"
|
345 |
+
"<p style='margin: 5px 0 0 0;'>"
|
346 |
+
"<a href='https://huggingface.co/nvidia/canary-1b-v2' target='_blank' style='color: white; text-decoration: underline; margin-right: 15px;'><strong>π Model: nvidia/canary-1b-v2</strong></a>"
|
347 |
+
"<a href='https://huggingface.co/spaces/nvidia/canary-1b-v2' target='_blank' style='color: white; text-decoration: underline;'><strong>π Try Live Demo</strong></a>"
|
348 |
+
"</p>"
|
349 |
+
"</div>"
|
350 |
+
)
|
351 |
+
|
352 |
with gr.Row():
|
353 |
with gr.Column():
|
354 |
gr.HTML(
|