Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ gradio==3.40.1
|
|
2 |
matplotlib==3.7.1
|
3 |
numpy==1.23.5
|
4 |
Pillow==9.4.0
|
5 |
-
Requests==2.31.0
|
|
|
|
|
|
2 |
matplotlib==3.7.1
|
3 |
numpy==1.23.5
|
4 |
Pillow==9.4.0
|
5 |
+
Requests==2.31.0
|
6 |
+
boto3==1.28.25
|
7 |
+
python-dotenv==0.21.1
|