remove unused gui

This commit is contained in:
wataru 2023-04-26 03:35:09 +09:00
parent dbbe11acbf
commit d4802daaaa
3 changed files with 3 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -19,7 +19,7 @@ export const ClientSelector = () => {
if (ua.indexOf("mac os x") !== -1) {
return ["MMVCv13", "MMVCv15", "so-vits-svc-40", "RVC"] as ClientType[]
} else {
return ["MMVCv13", "MMVCv15", "so-vits-svc-40", "so-vits-svc-40v2", "RVC", "DDSP-SVC", "RVC_CLASSIC_GUI"] as ClientType[]
return ["MMVCv13", "MMVCv15", "so-vits-svc-40", "so-vits-svc-40v2", "RVC", "DDSP-SVC"] as ClientType[]
}
}, [])

View File

@ -1,7 +1,6 @@
import { OnnxExecutionProvider, OnnxExporterInfo } from "@dannadori/voice-changer-client-js"
import { OnnxExecutionProvider } from "@dannadori/voice-changer-client-js"
import React, { useMemo } from "react"
import { useAppState } from "../../../001_provider/001_AppStateProvider"
import { useGuiState } from "../001_GuiStateProvider"
export type ONNXExecutorRowProps = {