Spaces:
Build error
Build error
Add gunicorn requirements.
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -132,6 +132,9 @@ pymongo==4.16.0
|
|
| 132 |
nlpaug==1.1.11
|
| 133 |
google-genai>=1.9.0
|
| 134 |
google-auth
|
|
|
|
|
|
|
|
|
|
| 135 |
torch
|
| 136 |
transformers
|
| 137 |
huggingface-hub
|
|
|
|
| 132 |
nlpaug==1.1.11
|
| 133 |
google-genai>=1.9.0
|
| 134 |
google-auth
|
| 135 |
+
gunicorn
|
| 136 |
+
gevent
|
| 137 |
+
gevent-websocket
|
| 138 |
torch
|
| 139 |
transformers
|
| 140 |
huggingface-hub
|