awacke1 commited on
Commit
5a48628
1 Parent(s): 6fc3017

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -39,8 +39,8 @@ def get_db_firestore():
39
  db = get_db_firestore()
40
 
41
  # create ASR ML pipeline
42
- #asr = pipeline("automatic-speech-recognition", "facebook/wav2vec2-base-960h")
43
- asr = pipeline("automatic-speech-recognition", "snakers4/silero-models")
44
 
45
  # create Text Classification pipeline
46
  classifier = pipeline("text-classification")
 
39
  db = get_db_firestore()
40
 
41
  # create ASR ML pipeline
42
+ asr = pipeline("automatic-speech-recognition", "facebook/wav2vec2-base-960h")
43
+ #asr = pipeline("automatic-speech-recognition", "snakers4/silero-models")
44
 
45
  # create Text Classification pipeline
46
  classifier = pipeline("text-classification")