Update README.md

Update some outdated file paths and commands
This commit is contained in:
XXXXRT666 2024-03-20 16:53:03 +00:00 committed by GitHub
parent 01b8e85f7e
commit f4c756afbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,7 +218,7 @@ ASR processing is performed through Faster_Whisper(ASR marking except Chinese)
(No progress bars, GPU performance may cause time delays)
```
python ./tools/asr/WhisperASR.py -i <input> -o <output> -f <file_name.list> -l <language>
python ./tools/asr/fasterwhisper_asr.py -i <input> -o <output> -f <file_name.list> -l <language>
```
A custom list save path is enabled