Update README.md

This commit is contained in:
Shadow 2024-02-05 18:26:06 +08:00 committed by GitHub
parent 9d2a136aab
commit 4ad13a8455
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
(Without progress bars, GPU performance may cause time delays) (No 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>
``` ```