Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
-
python-multipart
|
| 4 |
-
pydantic
|
| 5 |
-
requests
|
| 6 |
-
httpx
|
| 7 |
-
torch
|
| 8 |
-
transformers
|
| 9 |
-
huggingface-hub
|
| 10 |
-
numpy
|
| 11 |
-
python-dotenv
|
| 12 |
-
sentencepiece
|
| 13 |
-
accelerate
|
| 14 |
-
openai
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
python-multipart
|
| 4 |
+
pydantic
|
| 5 |
+
requests
|
| 6 |
+
httpx
|
| 7 |
+
torch
|
| 8 |
+
transformers
|
| 9 |
+
huggingface-hub
|
| 10 |
+
numpy
|
| 11 |
+
python-dotenv
|
| 12 |
+
sentencepiece
|
| 13 |
+
accelerate
|
| 14 |
+
openai
|