Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio==
|
2 |
-
Pillow==
|
3 |
numpy==1.24.3
|
4 |
requests==2.31.0
|
5 |
python-dotenv==1.0.0
|
6 |
-
diffusers==0.
|
7 |
-
transformers==4.
|
8 |
-
torch==2.0.1
|
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
Pillow==9.5.0
|
3 |
numpy==1.24.3
|
4 |
requests==2.31.0
|
5 |
python-dotenv==1.0.0
|
6 |
+
diffusers==0.19.3
|
7 |
+
transformers==4.31.0
|
8 |
+
torch==2.0.1
|
9 |
+
huggingface-hub==0.16.4
|