Spaces:
Runtime error
Runtime error
Update requirements.txt
#142
by
kafarasi
- opened
- requirements.txt +6 -8
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
torchvision==0.15.1
|
8 |
-
transformers==4.27.2
|
|
|
1 |
+
numpy==1.23.5
|
2 |
+
torch==2.0.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
|
3 |
+
diffusers==0.19.3
|
4 |
+
accelerate==0.21.0
|
5 |
+
gradio==3.41.0
|
6 |
+
imageio==2.31.1
|
|
|
|