Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
torch==2.2.2
|
2 |
-
diffusers==0.
|
3 |
-
transformers==4.
|
4 |
-
huggingface_hub==0.
|
5 |
-
accelerate==0.
|
6 |
-
safetensors==0.
|
7 |
-
streamlit==1.33.0
|
|
|
|
1 |
torch==2.2.2
|
2 |
+
diffusers==0.15.1
|
3 |
+
transformers==4.25.1
|
4 |
+
huggingface_hub==0.13.4
|
5 |
+
accelerate==0.16.0
|
6 |
+
safetensors==0.3.1
|
7 |
+
streamlit==1.33.0
|
8 |
+
python-dotenv==1.0.0
|