Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio>=
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
onnxruntime>=1.18
|
|
@@ -7,3 +7,5 @@ huggingface_hub
|
|
| 7 |
numpy
|
| 8 |
pandas
|
| 9 |
pydantic>=2
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=5,<6
|
| 2 |
fastapi
|
| 3 |
uvicorn
|
| 4 |
onnxruntime>=1.18
|
|
|
|
| 7 |
numpy
|
| 8 |
pandas
|
| 9 |
pydantic>=2
|
| 10 |
+
sentencepiece
|
| 11 |
+
protobuf
|