Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 7 |
sentencepiece==0.1.99
|
|
|
|
| 1 |
+
gunicorn
|
| 2 |
+
flask==2.3.3
|
| 3 |
+
requests==2.31.0
|
| 4 |
+
python-dotenv==1.0.0
|
| 5 |
+
flask-cors==4.0.0
|
| 6 |
+
transformers==4.36.2
|
| 7 |
+
torch==2.1.2
|
| 8 |
sentencepiece==0.1.99
|