API / requirements.txt
ParthBarot's picture
Update requirements.txt
5a18439 verified
raw
history blame
213 Bytes
Flask==2.3.3
transformers==4.31.0
torch==2.0.1 # Necessary for the transformers library to work
soundfile==0.12.1 # Required for handling audio files
pip install pydub
pip install transformers
pip install flask