From fd365acc9452e0e8fdf2cb8da82fb8ccde0326b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=AD=E5=B8=86?= Date: Mon, 4 Mar 2024 15:45:53 +0800 Subject: [PATCH] atsr --- examples/industrial_data_pretraining/lcbnet/demo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/industrial_data_pretraining/lcbnet/demo.py b/examples/industrial_data_pretraining/lcbnet/demo.py index fe51f08e1..d0870bc8a 100755 --- a/examples/industrial_data_pretraining/lcbnet/demo.py +++ b/examples/industrial_data_pretraining/lcbnet/demo.py @@ -11,6 +11,7 @@ model = AutoModel(model="iic/LCB-NET", # example1 res = model.generate(input='["~/.cache/modelscope/hub/iic/LCB-NET/example/asr_example.wav","~/.cache/modelscope/hub/iic/LCB-NET/example/ocr.txt"]',data_type='["sound", "text"]') + print(res)