Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
accelerate
|
2 |
spaces
|
3 |
-
transformers
|
4 |
safetensors
|
5 |
opencv-python
|
6 |
-
diffusers
|
7 |
gradio
|
8 |
-
|
9 |
-
|
|
|
|
|
|
1 |
+
accelerate==0.25.0
|
2 |
spaces
|
3 |
+
transformers==4.37.2
|
4 |
safetensors
|
5 |
opencv-python
|
6 |
+
diffusers==0.23.0
|
7 |
gradio
|
8 |
+
-f https://download.pytorch.org/whl/cu118
|
9 |
+
torch==2.0.0
|
10 |
+
torchvision==0.15.1
|
11 |
+
#xformers
|