Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio==5.25.2
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
pillow
|
8 |
-
numpy
|
|
|
1 |
gradio==5.25.2
|
2 |
+
torch>=2.3.0 --extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
+
xformers>=0.0.26
|
4 |
+
diffusers>=0.27.0
|
5 |
+
accelerate>=0.27.0
|
6 |
+
transformers>=4.40.0
|
7 |
+
pillow>=10.3.0
|
8 |
+
numpy>=1.26.0
|