SakshiRathi77 commited on
Commit
433dbb7
1 Parent(s): 50547ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import model_info
6
  import time
7
  import unicodedata
8
 
9
- MODEL_NAME = "SakshiRathi77/wav2vec2-large-xlsr-300m-hi-kagglex"
10
  lang = "hi"
11
 
12
  device = 0 if torch.cuda.is_available() else "cpu"
@@ -45,13 +45,13 @@ demo = gr.Blocks()
45
  examples=[["examples/example1.mp3"], ["examples/example2.mp3"],["examples/example3.mp3"]]
46
 
47
  title ="""
48
- HindiSpeechPro: WAV2VEC-Powered ASR Interface
49
  """
50
 
51
  description = """
52
  <p>
53
  <center>
54
- Welcome to the HindiSpeechPro, a cutting-edge interface powered by a fine-tuned version of facebook/wav2vec2-xls-r-300m on the common_voice dataset.
55
  <img src="https://huggingface.co/spaces/SakshiRathi77/SakshiRathi77-Wav2Vec2-hi-kagglex/resolve/main/Images/Hindi-Speech-Voice-Recognition-Tool.jpg" alt="logo" ;>
56
  </center>
57
  </p>
 
6
  import time
7
  import unicodedata
8
 
9
+ MODEL_NAME = "SakshiRathi77/Fine-tune-Whisper-Kagglex"
10
  lang = "hi"
11
 
12
  device = 0 if torch.cuda.is_available() else "cpu"
 
45
  examples=[["examples/example1.mp3"], ["examples/example2.mp3"],["examples/example3.mp3"]]
46
 
47
  title ="""
48
+ HindiSpeechPro: Whisper-Powered ASR Interface
49
  """
50
 
51
  description = """
52
  <p>
53
  <center>
54
+ Welcome to the HindiSpeechPro, a cutting-edge interface powered by a fine-tuned version of OpenAi/Whisper on the common_voice dataset.
55
  <img src="https://huggingface.co/spaces/SakshiRathi77/SakshiRathi77-Wav2Vec2-hi-kagglex/resolve/main/Images/Hindi-Speech-Voice-Recognition-Tool.jpg" alt="logo" ;>
56
  </center>
57
  </p>