Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
flask
|
| 2 |
-
gunicorn
|
| 3 |
-
detoxify
|
| 4 |
torch
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
requests
|
|
|
|
| 9 |
numpy
|
|
|
|
| 1 |
flask
|
|
|
|
|
|
|
| 2 |
torch
|
| 3 |
+
transformers
|
| 4 |
+
detoxify
|
| 5 |
+
python-dotenv
|
| 6 |
requests
|
| 7 |
+
pillow
|
| 8 |
numpy
|