Spaces:
Runtime error
Runtime error
Commit
·
8057a6f
1
Parent(s):
7b9b10a
Update Gradio/app.py
Browse files- Gradio/app.py +2 -2
Gradio/app.py
CHANGED
@@ -33,12 +33,12 @@ def asr(audio):
|
|
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
|
42 |
</center>
|
43 |
</p>
|
44 |
"""
|
|
|
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 System for Urdu Language"
|
37 |
|
38 |
description = """
|
39 |
<p>
|
40 |
<center>
|
41 |
+
This model is trained on 25-hours of data, collected by the team.
|
42 |
</center>
|
43 |
</p>
|
44 |
"""
|