Spaces:
Sleeping
Sleeping
Abid
commited on
Commit
·
91c5380
1
Parent(s):
f2c7285
description corected
Browse files- Gradio/app.py +1 -1
Gradio/app.py
CHANGED
@@ -36,7 +36,7 @@ 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 = """<center>This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.<img src="https://huggingface.co/spaces/kingabzpro/Urdu-ASR-SOTA/resolve/main/Images/cover.jpg" alt="logo" width="550"/></center>"""
|
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>
|