Skip to content

Commit

Permalink
update demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
R1ckShi committed Oct 10, 2023
1 parent ac6afab commit b5cdc6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from modelscope.utils.constant import Tasks

if __name__ == '__main__':
audio_in = 'https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/vad_example.wav'
audio_in = 'https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/asr_speaker_demo.wav'
output_dir = "./results"
inference_pipeline = pipeline(
task=Tasks.auto_speech_recognition,
Expand Down

0 comments on commit b5cdc6e

Please sign in to comment.