Spaces:
Sleeping
Sleeping
Vivien Chappelier
commited on
Commit
•
cd4223f
1
Parent(s):
ca86cf6
update requirements
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.13.1
|
2 |
+
torchvision==0.14.1
|
3 |
+
torchaudio==0.13.1
|
4 |
+
numpy==1.26.2
|
5 |
+
scipy==1.11.4
|
6 |
+
gradio==3.13.2
|
7 |
+
transformers==4.30.2
|
8 |
+
diffusers==0.21.4
|
9 |
+
accelerate==0.20.3
|