ParthBarot commited on
Commit
5a18439
·
verified ·
1 Parent(s): dd34e93

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt CHANGED
@@ -2,3 +2,6 @@ Flask==2.3.3
2
  transformers==4.31.0
3
  torch==2.0.1 # Necessary for the transformers library to work
4
  soundfile==0.12.1 # Required for handling audio files
 
 
 
 
2
  transformers==4.31.0
3
  torch==2.0.1 # Necessary for the transformers library to work
4
  soundfile==0.12.1 # Required for handling audio files
5
+ pip install pydub
6
+ pip install transformers
7
+ pip install flask