Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
transformers
|
5 |
-
accelerate
|
6 |
-
ftfy
|
7 |
-
numpy
|
8 |
-
matplotlib
|
9 |
uuid
|
10 |
-
opencv-python
|
11 |
diffusers==0.26.0
|
12 |
spaces
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.0.0
|
3 |
+
torchvision==0.15.1
|
4 |
+
transformers==4.28.0
|
5 |
+
accelerate==0.20.3
|
6 |
+
ftfy==6.1.1
|
7 |
+
numpy==1.24.3
|
8 |
+
matplotlib==3.7.1
|
9 |
uuid
|
10 |
+
opencv-python==4.7.0.72
|
11 |
diffusers==0.26.0
|
12 |
spaces
|