spsither commited on
Commit
28e6409
1 Parent(s): 89bf502

back to beam search

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ converter = pyewts.pyewts()
27
  # result = ' '.join(new_words)
28
  # return result
29
 
30
- pipe = pipeline(model="openpecha/whisper-small",device='cuda') # change to "your-username/the-name-you-picked"
 
31
  def transcribe(microphone, upload):
32
  if(microphone):
33
  audio = microphone
 
27
  # result = ' '.join(new_words)
28
  # return result
29
 
30
+ # pipe = pipeline(model="openpecha/whisper-small",device='cuda')
31
+ pipe = pipeline(model="TenzinGayche/whisper-small-3",device='cuda')
32
  def transcribe(microphone, upload):
33
  if(microphone):
34
  audio = microphone