mohammedelfeky-ai commited on
Commit
dad63d9
·
verified ·
1 Parent(s): 3f1cde3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -3
requirements.txt CHANGED
@@ -4,6 +4,17 @@ smolagents[litellm]
4
  requests
5
  duckduckgo_search
6
  pandas
7
- python-docx # For .docx creation
8
- docx2pdf # For .pdf creation (depends on python-docx)
9
- pytz # If you plan to uncomment and use the get_current_time_in_timezone tool
 
 
 
 
 
 
 
 
 
 
 
 
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