Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
|
|
| 1 |
flask==2.3.3
|
| 2 |
flask-cors==4.0.0
|
| 3 |
huggingface-hub==0.23.0
|
| 4 |
requests==2.31.0
|
| 5 |
werkzeug==2.3.7
|
|
|
|
| 6 |
python-dotenv==1.0.0
|
|
|
|
| 1 |
+
# requirements.txt
|
| 2 |
flask==2.3.3
|
| 3 |
flask-cors==4.0.0
|
| 4 |
huggingface-hub==0.23.0
|
| 5 |
requests==2.31.0
|
| 6 |
werkzeug==2.3.7
|
| 7 |
+
gunicorn==21.2.0
|
| 8 |
python-dotenv==1.0.0
|