Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.2.2+cu118
|
2 |
+
torchvision==0.17.2+cu118
|
3 |
+
torchaudio==2.2.2+cu118
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
5 |
+
|
6 |
+
gradio==4.22.0
|
7 |
+
diffusers==0.27.2
|
8 |
+
transformers==4.40.1
|
9 |
+
accelerate==0.30.1
|
10 |
+
opencv-python==4.9.0.80
|