Skip to content

Commit

Permalink
Resume download check for example app
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachNagengast committed Feb 14, 2024
1 parent 34e8985 commit 1f64dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/WhisperAX/WhisperAX/Views/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ struct ContentView: View {
var folder: URL?

// Check if the model is available locally
if localModels.contains(model) {
if localModels.contains(model) && !redownload {
// Get local model folder URL from localModels
// TODO: Make this configurable in the UI
folder = URL(fileURLWithPath: localModelPath).appendingPathComponent("openai_whisper-\(model)")
Expand Down

0 comments on commit 1f64dc7

Please sign in to comment.