Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
|
2 |
-
torch
|
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 |
|