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