mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-01-05 12:14:10 +00:00
11 lines
147 B
Swift
11 lines
147 B
Swift
|
import SwiftUI
|
||
|
|
||
|
@main
|
||
|
struct WhisperCppDemoApp: App {
|
||
|
var body: some Scene {
|
||
|
WindowGroup {
|
||
|
ContentView()
|
||
|
}
|
||
|
}
|
||
|
}
|