Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
from transformers import pipeline
|
| 2 |
|
| 3 |
asr = pipeline(task="automatic-speech-recognition",
|
|
|
|
| 1 |
+
pip install sentence-transformers==2.3.1
|
| 2 |
+
pip install transformers==4.37.2
|
| 3 |
+
|
| 4 |
from transformers import pipeline
|
| 5 |
|
| 6 |
asr = pipeline(task="automatic-speech-recognition",
|