Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
gradio==
|
2 |
-
openai==1.
|
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
|
|
|
1 |
+
gradio==3.50.2
|
2 |
+
openai==1.3.7
|
|
|
3 |
matplotlib==3.7.2
|
4 |
numpy==1.24.3
|
5 |
pandas==2.0.3
|
6 |
+
pillow==10.0.0
|
|