Yabin Li
2024-03-07 be871ad6d0cbfa1b4b0d61c7906d2eefc1e9d754
examples/industrial_data_pretraining/whisper/demo.py
@@ -5,7 +5,7 @@
from funasr import AutoModel
model = AutoModel(model="iic/speech_whisper-large_asr_multilingual",
model = AutoModel(model="iic/Whisper-large-v3",
                  model_revision="v2.0.4",
                  )