Spaces:
Sleeping
Sleeping
Abid
commited on
Commit
β’
6cf7481
1
Parent(s):
0f64412
description
Browse files- Gradio/app.py +3 -1
Gradio/app.py
CHANGED
@@ -40,9 +40,11 @@ description = """
|
|
40 |
<p>
|
41 |
<center>
|
42 |
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
|
43 |
-
<img src="https://huggingface.co/spaces/kingabzpro/Urdu-ASR-SOTA/resolve/main/Images/cover.jpg" alt="logo" width="550"/>
|
44 |
</center>
|
45 |
</p>
|
|
|
|
|
|
|
46 |
"""
|
47 |
|
48 |
article = "<p style='text-align: center'><a href='https://dagshub.com/kingabzpro/Urdu-ASR-SOTA' target='_blank'>Source Code on DagsHub</a></p><p style='text-align: center'><a href='https://huggingface.co/blog/fine-tune-xlsr-wav2vec2' target='_blank'>Fine-tuning XLS-R for Multi-Lingual ASR with π€ Transformers</a></p></center></p>"
|
|
|
40 |
<p>
|
41 |
<center>
|
42 |
This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
|
|
|
43 |
</center>
|
44 |
</p>
|
45 |
+
<center>
|
46 |
+
<img src="https://huggingface.co/spaces/kingabzpro/Urdu-ASR-SOTA/resolve/main/Images/cover.jpg" alt="logo" width="550"/>
|
47 |
+
</center>
|
48 |
"""
|
49 |
|
50 |
article = "<p style='text-align: center'><a href='https://dagshub.com/kingabzpro/Urdu-ASR-SOTA' target='_blank'>Source Code on DagsHub</a></p><p style='text-align: center'><a href='https://huggingface.co/blog/fine-tune-xlsr-wav2vec2' target='_blank'>Fine-tuning XLS-R for Multi-Lingual ASR with π€ Transformers</a></p></center></p>"
|