TenzinGayche commited on
Commit
4eff596
1 Parent(s): d6242a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def remove_repeated_words(text):
33
  # Example usage
34
 
35
 
36
- pipe = pipeline(model="spsither/whisper-small-r2-70k-2ep",device='cuda') # change to "your-username/the-name-you-picked"
37
 
38
 
39
  def transcribe(microphone, upload):
 
33
  # Example usage
34
 
35
 
36
+ pipe = pipeline(model="TenzinGayche/whisper-small",device='cuda') # change to "your-username/the-name-you-picked"
37
 
38
 
39
  def transcribe(microphone, upload):