Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
pydantic>=2.0.0
|
| 3 |
requests>=2.31.0
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
pydantic>=2.0.0
|
| 3 |
requests>=2.31.0
|
| 4 |
+
|
| 5 |
+
openai>=1.40.0
|
| 6 |
+
google-genai>=1.5.0
|
| 7 |
+
Pillow>=10.0.0
|