Spaces:
Build error
Build error
Commit
·
aa8a2cf
1
Parent(s):
2c7ed87
update sherpa-onnx
Browse files- model.py +1 -1
- requirements.txt +2 -2
model.py
CHANGED
|
@@ -441,7 +441,7 @@ def _get_russian_pre_trained_model_ctc(
|
|
| 441 |
model = _get_nn_model_filename(
|
| 442 |
repo_id=repo_id,
|
| 443 |
filename="model.int8.onnx",
|
| 444 |
-
subfolder=
|
| 445 |
)
|
| 446 |
|
| 447 |
tokens = _get_token_filename(repo_id=repo_id, subfolder=".")
|
|
|
|
| 441 |
model = _get_nn_model_filename(
|
| 442 |
repo_id=repo_id,
|
| 443 |
filename="model.int8.onnx",
|
| 444 |
+
subfolder=".",
|
| 445 |
)
|
| 446 |
|
| 447 |
tokens = _get_token_filename(repo_id=repo_id, subfolder=".")
|
requirements.txt
CHANGED
|
@@ -10,6 +10,6 @@ numpy
|
|
| 10 |
|
| 11 |
huggingface_hub
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
sherpa-onnx
|
|
|
|
| 10 |
|
| 11 |
huggingface_hub
|
| 12 |
|
| 13 |
+
https://huggingface.co/csukuangfj/sherpa-onnx-wheels/resolve/main/cpu/1.10.28/sherpa_onnx-1.10.28-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
| 14 |
|
| 15 |
+
#sherpa-onnx
|