Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
-
fastapi==0.115.
|
| 2 |
-
uvicorn==0.
|
| 3 |
-
|
| 4 |
transformers==4.46.0
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
| 6 |
langdetect==1.0.9
|
| 7 |
-
|
| 8 |
-
|
| 9 |
|
|
|
|
| 1 |
+
fastapi==0.115.2
|
| 2 |
+
uvicorn[standard]==0.30.1
|
| 3 |
+
|
| 4 |
transformers==4.46.0
|
| 5 |
+
huggingface-hub==0.23.2
|
| 6 |
+
torch==2.4.1
|
| 7 |
+
sentencepiece==0.2.0
|
| 8 |
+
|
| 9 |
langdetect==1.0.9
|
| 10 |
+
pydantic==2.8.2
|
| 11 |
+
|
| 12 |
|