Spaces:
Runtime error
Runtime error
Commit
·
a27428b
1
Parent(s):
410bd86
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch>=2.0
|
3 |
-
librosa
|
4 |
-
transformers
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/diffusers.git
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
4 |
+
torch >= 2.0
|