Jaavid25 commited on
Commit
1af19a8
·
verified ·
1 Parent(s): 2adcf7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -53,7 +53,9 @@ Given any audio file, APEX predicts 7 scores:
53
  ### Installation
54
 
55
  ```bash
56
- pip install torch transformers soundfile torchaudio
 
 
57
  ```
58
 
59
  ### Inference
 
53
  ### Installation
54
 
55
  ```bash
56
+ pip uninstall -y torch torchvision torchaudio transformers -q
57
+ pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0
58
+ pip install transformers soundfile librosa "numpy<2" "scipy<1.16"
59
  ```
60
 
61
  ### Inference