Tony4 commited on
Commit
7b2f165
·
verified ·
1 Parent(s): 945e29c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -2
requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- gradio>=4
2
- torch>=2.0.1,<2.4
3
  transformers
 
4
  soundfile
5
  scipy
 
 
 
6
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+ torch
3
  transformers
4
+ gradio
5
  soundfile
6
  scipy
7
+ numpy<2
8
+
9
+
10