mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 05:25:01 +03:00
remove unused gui
This commit is contained in:
parent
dbbe11acbf
commit
d4802daaaa
2
client/demo/dist/index.js
vendored
2
client/demo/dist/index.js
vendored
File diff suppressed because one or more lines are too long
@ -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[]
|
||||
}
|
||||
}, [])
|
||||
|
||||
|
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user