Spaces:
Running
on
Zero
Running
on
Zero
nithinraok
commited on
Commit
·
9b252b2
1
Parent(s):
f4154c5
add v3
Browse filesSigned-off-by: nithinraok <nithinrao.koluguri@gmail.com>
app.py
CHANGED
@@ -312,6 +312,11 @@ def play_segment(evt: gr.SelectData, raw_ts_list, current_audio_path):
|
|
312 |
return gr.Audio(value=None, label="Selected Segment")
|
313 |
|
314 |
article = (
|
|
|
|
|
|
|
|
|
|
|
315 |
"<p style='font-size: 1.1em;'>"
|
316 |
"This demo showcases <code><a href='https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2'>parakeet-tdt-0.6b-v2</a></code>, a 600-million-parameter model designed for high-quality English speech recognition."
|
317 |
"</p>"
|
|
|
312 |
return gr.Audio(value=None, label="Selected Segment")
|
313 |
|
314 |
article = (
|
315 |
+
"<div style='background: linear-gradient(90deg, #76B900, #5A9200); color: white; padding: 15px; border-radius: 10px; margin-bottom: 20px; text-align: center;'>"
|
316 |
+
"<h3 style='margin: 0; font-size: 1.3em;'>🎉 NEW: Multilingual Parakeet TDT 0.6B V3 is now available!</h3>"
|
317 |
+
"<p style='margin: 5px 0 0 0; font-size: 1.1em;'>🌍 <strong>25 European Languages</strong> | 🚀 <strong>Enhanced Performance</strong></p>"
|
318 |
+
"<p style='margin: 5px 0 0 0;'><a href='https://huggingface.co/nvidia/parakeet-tdt-0.6b-v3' target='_blank' style='color: white; text-decoration: underline;'><strong>🔗 Try it here: nvidia/parakeet-tdt-0.6b-v3</strong></a></p>"
|
319 |
+
"</div>"
|
320 |
"<p style='font-size: 1.1em;'>"
|
321 |
"This demo showcases <code><a href='https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2'>parakeet-tdt-0.6b-v2</a></code>, a 600-million-parameter model designed for high-quality English speech recognition."
|
322 |
"</p>"
|