Update requirements.txt
Browse files- requirements.txt +14 -3
requirements.txt
CHANGED
@@ -4,6 +4,17 @@ smolagents[litellm]
|
|
4 |
requests
|
5 |
duckduckgo_search
|
6 |
pandas
|
7 |
-
python-docx
|
8 |
-
docx2pdf
|
9 |
-
pytz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
requests
|
5 |
duckduckgo_search
|
6 |
pandas
|
7 |
+
python-docx
|
8 |
+
docx2pdf
|
9 |
+
pytz
|
10 |
+
gradio
|
11 |
+
# Dependencies for the "agents-course/text-to-image" tool
|
12 |
+
diffusers
|
13 |
+
transformers
|
14 |
+
torch
|
15 |
+
invisible_watermark # Often a dependency for stable diffusion
|
16 |
+
accelerate # Often a dependency for stable diffusion
|
17 |
+
pillow # Often needed for image processing by diffusers/PIL
|
18 |
+
|
19 |
+
# For Gemini
|
20 |
+
google-generativeai
|