Create requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.49.1
|
| 2 |
+
openai>=1.51.0
|
| 3 |
+
google-generativeai>=0.7.2
|
| 4 |
+
python-dotenv>=1.0.1
|
| 5 |
+
Pillow>=10.4.0
|