Spaces:
Sleeping
Sleeping
Abid
commited on
Commit
·
e698c7f
1
Parent(s):
91c5380
description are headaches
Browse files- Gradio/app.py +3 -1
Gradio/app.py
CHANGED
@@ -36,7 +36,9 @@ def asr(audio):
|
|
36 |
|
37 |
title = "Urdu Automatic Speech Recognition"
|
38 |
|
39 |
-
description = """
|
|
|
|
|
40 |
article = """<p style='text-align: center'>
|
41 |
<a href='https://dagshub.com/kingabzpro/Urdu-ASR-SOTA' target='_blank'>
|
42 |
Source Code on DagsHub</a>
|
|
|
36 |
|
37 |
title = "Urdu Automatic Speech Recognition"
|
38 |
|
39 |
+
description = """This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
|
40 |
+
<img src="https://huggingface.co/spaces/kingabzpro/Urdu-ASR-SOTA/resolve/main/Images/cover.jpg"
|
41 |
+
alt="logo" width="550"/>"""
|
42 |
article = """<p style='text-align: center'>
|
43 |
<a href='https://dagshub.com/kingabzpro/Urdu-ASR-SOTA' target='_blank'>
|
44 |
Source Code on DagsHub</a>
|