Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
gradio==4.16.0
|
2 |
openai==1.12.0
|
3 |
-
flask==2.3.3
|
4 |
-
pydantic==2.5.2
|
5 |
python-dotenv==1.0.0
|
6 |
-
|
|
|
|
|
|
|
|
|
|
1 |
gradio==4.16.0
|
2 |
openai==1.12.0
|
|
|
|
|
3 |
python-dotenv==1.0.0
|
4 |
+
matplotlib==3.7.2
|
5 |
+
numpy==1.24.3
|
6 |
+
pandas==2.0.3
|
7 |
+
pillow==10.0.0
|
8 |
+
scikit-learn==1.3.0
|