Update app.py
Browse files
app.py
CHANGED
|
@@ -325,12 +325,6 @@ article = (
|
|
| 325 |
"<p style='font-size: 1.1em;'>"
|
| 326 |
"This model is <strong>available for commercial and non-commercial use</strong>."
|
| 327 |
"</p>"
|
| 328 |
-
"<p style='text-align: center;'>"
|
| 329 |
-
"<a href='https://huggingface.co/nvidia/parakeet-tdt-0.6b-v2' target='_blank'>ποΈ Learn more about the Model</a> | "
|
| 330 |
-
"<a href='https://arxiv.org/abs/2305.05084' target='_blank'>π Fast Conformer paper</a> | "
|
| 331 |
-
"<a href='https://arxiv.org/abs/2304.06795' target='_blank'>π TDT paper</a> | "
|
| 332 |
-
"<a href='https://github.com/NVIDIA/NeMo' target='_blank'>π§βπ» NeMo Repository</a>"
|
| 333 |
-
"</p>"
|
| 334 |
)
|
| 335 |
|
| 336 |
examples = [
|
|
|
|
| 325 |
"<p style='font-size: 1.1em;'>"
|
| 326 |
"This model is <strong>available for commercial and non-commercial use</strong>."
|
| 327 |
"</p>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 328 |
)
|
| 329 |
|
| 330 |
examples = [
|