语帆 2 년 전
부모
커밋
fd365acc94
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/industrial_data_pretraining/lcbnet/demo.py

+ 1 - 0
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)