Add language identification swiftui demo (#729)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// SherpaOnnxLangIDApp.swift
|
||||
// SherpaOnnxLangID
|
||||
//
|
||||
// Created by knight on 2024/4/1.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct SherpaOnnxLangIDApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user