zahoor54321 commited on
Commit
b06cb80
·
1 Parent(s): df4dcda

Update Gradio/app.py

Browse files
Files changed (1) hide show
  1. 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 = "Urdu Automatic Speech Recognition"
36
 
37
  description = """
38
  <p>
39
  <center>
40
- This model is a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
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
  """