Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
gradio
|
2 |
-
transformers
|
3 |
-
torch
|
4 |
-
huggingface_hub
|
5 |
google-generativeai
|
6 |
-
#
|
7 |
-
|
8 |
-
#
|
|
|
|
|
|
1 |
gradio
|
|
|
|
|
|
|
2 |
google-generativeai
|
3 |
+
huggingface_hub # Still good for HF text as fallback
|
4 |
+
Pillow
|
5 |
+
openai # For DALL-E image generation
|
6 |
+
requests
|
7 |
+
python-dotenv
|