Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
torch
|
| 3 |
transformers
|
| 4 |
-
|
| 5 |
python-dotenv
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
pillow
|
|
|
|
| 8 |
numpy
|
| 9 |
-
tiktoken
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
torch
|
| 4 |
transformers
|
| 5 |
+
huggingface-hub
|
| 6 |
python-dotenv
|
| 7 |
+
pydantic
|
| 8 |
+
detoxify
|
| 9 |
+
tensorflow
|
| 10 |
pillow
|
| 11 |
+
requests
|
| 12 |
numpy
|
| 13 |
+
tiktoken
|
| 14 |
+
jinja2
|
| 15 |
+
aiofiles
|
| 16 |
+
python-multipart
|