mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
atsr
This commit is contained in:
parent
aa45aeeaa7
commit
4e881fc2be
5
examples/industrial_data_pretraining/lcbnet/demp.py → examples/industrial_data_pretraining/lcbnet/demo.py
Normal file → Executable file
5
examples/industrial_data_pretraining/lcbnet/demp.py → examples/industrial_data_pretraining/lcbnet/demo.py
Normal file → Executable file
@ -5,13 +5,12 @@
|
|||||||
|
|
||||||
from funasr import AutoModel
|
from funasr import AutoModel
|
||||||
|
|
||||||
model = AutoModel(model="iic/LCB-NET"
|
model = AutoModel(model="iic/LCB-NET")
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
# example1
|
# example1
|
||||||
#res = model.generate(input="https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/asr_example_zh.wav",
|
#res = model.generate(input="https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/asr_example_zh.wav",
|
||||||
)
|
# )
|
||||||
#print(res)
|
#print(res)
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user