Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
anthropic
|
| 2 |
-
openai
|
| 3 |
-
requests
|
| 4 |
-
python-dotenv # If you're using dotenv for environment variables
|
| 5 |
-
Pillow
|
|
|
|
|
|
| 1 |
+
anthropic
|
| 2 |
+
openai
|
| 3 |
+
requests
|
| 4 |
+
python-dotenv # If you're using dotenv for environment variables
|
| 5 |
+
Pillow
|
| 6 |
+
gradio
|