Spaces:
Runtime error
Runtime error
Commit
·
b06cb80
1
Parent(s):
df4dcda
Update Gradio/app.py
Browse files- Gradio/app.py +3 -4
Gradio/app.py
CHANGED
@@ -31,15 +31,14 @@ def asr(audio):
|
|
31 |
|
32 |
|
33 |
################### Gradio Web APP ################################
|
|
|
34 |
|
35 |
-
title = "
|
36 |
|
37 |
description = """
|
38 |
<p>
|
39 |
<center>
|
40 |
-
This model is
|
41 |
-
|
42 |
-
<img src="https://huggingface.co/spaces/kingabzpro/Urdu-ASR-SOTA/resolve/main/Images/cover.jpg" alt="logo" width="550"/>
|
43 |
</center>
|
44 |
</p>
|
45 |
"""
|
|
|
31 |
|
32 |
|
33 |
################### Gradio Web APP ################################
|
34 |
+
#<img src="https://huggingface.co/spaces/kingabzpro/Urdu-ASR-SOTA/resolve/main/Images/cover.jpg" alt="logo" width="550"/>
|
35 |
|
36 |
+
title = "Automatic Speech Recognition for Urdu Language"
|
37 |
|
38 |
description = """
|
39 |
<p>
|
40 |
<center>
|
41 |
+
This model is trained on 25-hours of datacollected by the team.
|
|
|
|
|
42 |
</center>
|
43 |
</p>
|
44 |
"""
|