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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -28,7 +28,9 @@ converter = pyewts.pyewts()
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
 
28
  # return result
29
 
30
  # pipe = pipeline(model="openpecha/whisper-small",device='cuda')
31
+ # pipe = pipeline(model="TenzinGayche/whisper-small-3",device='cuda')
32
+ pipe = pipeline(model="spsither/whipser-small-r2",device='cuda')
33
+
34
  def transcribe(microphone, upload):
35
  if(microphone):
36
  audio = microphone