Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +17 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
langdetect==1.0.9
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
fastapi==0.104.1
|
| 3 |
+
uvicorn[standard]==0.24.0
|
| 4 |
+
transformers==4.35.2
|
| 5 |
+
torch==2.1.1
|
| 6 |
langdetect==1.0.9
|
| 7 |
+
pydantic==2.5.0
|
| 8 |
+
sentencepiece==0.1.99
|
| 9 |
+
protobuf==4.25.1
|
| 10 |
+
tokenizers==0.15.0
|
| 11 |
+
numpy==1.24.3
|
| 12 |
+
requests==2.31.0
|
| 13 |
+
packaging==23.2
|
| 14 |
+
filelock==3.13.1
|
| 15 |
+
huggingface-hub==0.19.4
|
| 16 |
+
safetensors==0.4.1
|
| 17 |
+
regex==2023.10.3
|
| 18 |
+
tqdm==4.66.1
|