Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
gradio==3.28.0
|
2 |
transformers==4.34.0
|
3 |
torch==2.1.0
|
4 |
-
|
5 |
-
groq==0.2.0
|
6 |
requests==2.31.0
|
7 |
-
Pillow==10.0.0
|
8 |
-
python-dotenv==1.0.0
|
|
|
1 |
gradio==3.28.0
|
2 |
transformers==4.34.0
|
3 |
torch==2.1.0
|
4 |
+
diffusers==0.17.0 # Hugging Face's diffusers library
|
5 |
+
groq==0.2.0
|
6 |
requests==2.31.0
|
7 |
+
Pillow==10.0.0
|
8 |
+
python-dotenv==1.0.0
|