cigol123 commited on
Commit
c82d30f
·
verified ·
1 Parent(s): 04151c2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- torch
2
- transformers
3
- gradio
4
- soundfile
5
- scipy
6
- numpy
 
1
+ torch==2.0.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
2
+ transformers==4.30.0
3
+ gradio==3.30.0
4
+ soundfile==0.12.1
5
+ scipy==1.10.0
6
+ numpy==1.23.5