We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e8985 commit 1f64dc7Copy full SHA for 1f64dc7
Examples/WhisperAX/WhisperAX/Views/ContentView.swift
@@ -720,7 +720,7 @@ struct ContentView: View {
720
var folder: URL?
721
722
// Check if the model is available locally
723
- if localModels.contains(model) {
+ if localModels.contains(model) && !redownload {
724
// Get local model folder URL from localModels
725
// TODO: Make this configurable in the UI
726
folder = URL(fileURLWithPath: localModelPath).appendingPathComponent("openai_whisper-\(model)")
0 commit comments