Update README.md

This commit is contained in:
Shadow 2024-02-05 18:25:19 +08:00 committed by GitHub
parent 71ec6e79fb
commit 74648612fe

View File

@ -222,7 +222,7 @@ python tools/damo_asr/cmd-asr.py "<Path to the directory containing input audio
``` ```
ASR processing is performed through Faster_Whisper(ASR marking except Chinese) ASR processing is performed through Faster_Whisper(ASR marking except Chinese)
(No progress bar, may be time dependent due to GPU performance) (Without progress bars, GPU performance may cause time delays)
``` ```
python ./tools/damo_asr/WhisperASR.py -i <input> -o <output> -f <file_name.list> -l <language> python ./tools/damo_asr/WhisperASR.py -i <input> -o <output> -f <file_name.list> -l <language>
``` ```