Mendoza33 commited on
Commit
ac1d4d3
·
verified ·
1 Parent(s): 1b48e7b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -4
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- transformers
2
- gradio
3
- torch
4
- soundfile
 
1
+ transformers==4.30.0 # Ensure you're using an appropriate version of transformers
2
+ gradio==3.35.0 # For building the interface
3
+ torch==1.13.1 # Ensure PyTorch is installed (required for the models)
4
+ librosa==0.10.0 # Required for audio processing (if not already installed)