Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,8 +39,8 @@ def get_db_firestore():
|
|
| 39 |
db = get_db_firestore()
|
| 40 |
|
| 41 |
# create ASR ML pipeline
|
| 42 |
-
|
| 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")
|