Spaces:
Building
Building
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
python-dotenv
|
2 |
-
redis
|
3 |
-
diffusers
|
4 |
-
transformers
|
5 |
-
accelerate
|
6 |
-
torch
|
7 |
-
gradio
|
8 |
git+https://[email protected]/facebookresearch/audiocraft
|
9 |
-
huggingface_hub
|
|
|
1 |
+
python-dotenv==1.0.0
|
2 |
+
redis==5.0.10
|
3 |
+
diffusers==0.18.2
|
4 |
+
transformers==4.34.0
|
5 |
+
accelerate==0.24.0
|
6 |
+
torch==2.1.0
|
7 |
+
gradio==3.40.0
|
8 |
git+https://[email protected]/facebookresearch/audiocraft
|
9 |
+
huggingface_hub==0.18.0
|