File size: 319 Bytes
22262db
 
 
 
 
5ca01b8
 
 
1
2
3
4
5
6
7
8
9
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