MeBai's picture
Update requirements.txt
5ca01b8 verified
raw
history blame
319 Bytes
transformers==4.30.2 # For the Whisper model and processor
gradio==3.13.0 # For the Gradio interface
datasets==2.14.1 # To load and manage the bigcode/the-stack dataset
torch==2.0.1 # For model inference with Whisper
soundfile==0.11.0 # For audio file handling
httpx==0.23.0
httpcore==0.16.1