fullwidth progressview
This commit is contained in:
parent
4b91981879
commit
5e0ed31bb7
@ -91,7 +91,7 @@ import Foundation
|
||||
ParakeetModel(
|
||||
name: "parakeet-tdt-0.6b",
|
||||
displayName: "Parakeet",
|
||||
description: "NVIDIA's insanely fast Parakeet model for lightning-fast transcription.",
|
||||
description: "NVIDIA's ASR model for lightning-fast english transcription.",
|
||||
size: "600 MB",
|
||||
speed: 0.99,
|
||||
accuracy: 0.94,
|
||||
|
||||
@ -104,7 +104,7 @@ struct ParakeetModelCardRowView: View {
|
||||
if isDownloading {
|
||||
ProgressView() // Indeterminate for now
|
||||
.progressViewStyle(LinearProgressViewStyle())
|
||||
.frame(maxWidth: 200)
|
||||
.frame(maxWidth: .infinity, alignment: .leading)
|
||||
.padding(.top, 8)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user