mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 20:52:44 +01:00
Add "preprocessor_config.json" file download
This commit is contained in:
parent
e0580aa591
commit
1c9fb10b53
@ -17,7 +17,7 @@ namespace Nikse.SubtitleEdit.Core.AudioToText
|
||||
return $"{(AlreadyDownloaded ? "* " : string.Empty)}{Name} ({Size})";
|
||||
}
|
||||
|
||||
private readonly string[] _fileNames = { "model.bin", "config.json", "vocabulary.txt", "vocabulary.json", "tokenizer.json" };
|
||||
private readonly string[] _fileNames = { "model.bin", "config.json", "vocabulary.txt", "vocabulary.json", "tokenizer.json", "preprocessor_config.json" };
|
||||
|
||||
|
||||
public string ModelFolder => Path.Combine(Configuration.DataDirectory, "Whisper", "Purfview-Whisper-Faster", "_models");
|
||||
|
Loading…
Reference in New Issue
Block a user