ParthBarot commited on
Commit
8c6b764
·
verified ·
1 Parent(s): 8a6211a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
-
2
- pip install pydub
3
- pip install transformers
4
- pip install flask
 
1
+ Flask==2.3.2
2
+ transformers==4.32.0
3
+ torch==2.0.1 # Required by transformers for model inference
4
+ pydub==0.25.1