Spaces:
Running
on
A10G
Running
on
A10G
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch<2.1.0
|
3 |
librosa
|
4 |
-
transformers
|
5 |
git+https://github.com/huggingface/diffusers.git
|
6 |
-
numpy
|
|
|
|
|
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
torch<2.1.0
|
3 |
librosa
|
|
|
4 |
git+https://github.com/huggingface/diffusers.git
|
5 |
+
numpy>=1.21.0
|
6 |
+
diffusers>=0.23.0
|
7 |
+
huggingface-hub>=0.17.0
|
8 |
+
transformers>=4.30.0
|