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