awacke1 commited on
Commit
877f42e
β€’
1 Parent(s): 5fdaa5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ def get_db_firestore():
20
  return db
21
 
22
  db = get_db_firestore()
23
- asr = pipeline("automatic-speech-recognition", "facebook/wav2vec2-base-960h")
 
24
 
25
  MODEL_NAMES = [
26
  "en/ljspeech/tacotron2-DDC",
20
  return db
21
 
22
  db = get_db_firestore()
23
+ #asr = pipeline("automatic-speech-recognition", "facebook/wav2vec2-base-960h")
24
+ asr = pipeline("automatic-speech-recognition", "jonatasgrosman/wav2vec2-large-xlsr-53-english")
25
 
26
  MODEL_NAMES = [
27
  "en/ljspeech/tacotron2-DDC",