Add Kotlin and Java API for Moonshine models (#1474)
This commit is contained in:
@@ -369,6 +369,21 @@ def get_models():
|
||||
|
||||
ls -lh
|
||||
|
||||
popd
|
||||
""",
|
||||
),
|
||||
Model(
|
||||
model_name="sherpa-onnx-moonshine-tiny-en-int8",
|
||||
idx=21,
|
||||
lang="en",
|
||||
short_name="moonshine_tiny_int8",
|
||||
cmd="""
|
||||
pushd $model_name
|
||||
|
||||
rm -rfv test_wavs
|
||||
|
||||
ls -lh
|
||||
|
||||
popd
|
||||
""",
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user