Spaces:
Runtime error
Runtime error
harshasoftware
commited on
Commit
•
19b4b45
1
Parent(s):
bf3a872
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
diffusers
|
3 |
-
transformers
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
-
Pillow
|
7 |
-
accelerate
|
8 |
-
huggingface_hub
|
|
|
|
1 |
+
gradio>=3.50.2
|
2 |
+
diffusers>=0.21.4
|
3 |
+
transformers>=4.34.0
|
4 |
+
torch>=2.0.1
|
5 |
+
torchvision>=0.15.2
|
6 |
+
Pillow>=10.0.1
|
7 |
+
accelerate>=0.23.0
|
8 |
+
huggingface_hub>=0.16.4,<1.0
|
9 |
+
tokenizers>=0.14.1
|