雾聪
2024-03-03 26f70e6b328e8df32e2ac1d8ba3a38c7cf7bdf29
examples/industrial_data_pretraining/whisper/demo.py
@@ -9,5 +9,5 @@
                  model_revision="v2.0.4",
                  )
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", language=None)
print(res)