Spaces:
Runtime error
Runtime error
amrelshall
commited on
Commit
•
8acb2a3
1
Parent(s):
b8cd8c2
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",
|