Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
streamlit==1.25.0
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
4 |
-
transformers==4.48.0
|
5 |
accelerate==0.21.0
|
6 |
-
|
7 |
-
huggingface_hub
|
|
|
8 |
Pillow==9.4.0
|
9 |
opencv-python==4.8.0.76
|
10 |
setuptools-rust==1.5.2
|
|
|
1 |
streamlit==1.25.0
|
2 |
torch==2.0.1
|
3 |
torchvision==0.15.2
|
|
|
4 |
accelerate==0.21.0
|
5 |
+
transformers>=4.26.0
|
6 |
+
huggingface_hub>=0.26.0
|
7 |
+
diffusers>=0.16.0
|
8 |
Pillow==9.4.0
|
9 |
opencv-python==4.8.0.76
|
10 |
setuptools-rust==1.5.2
|