amrelshall commited on
Commit
8acb2a3
1 Parent(s): b8cd8c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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",