fix: audio model use voxbox only

This commit is contained in:
jialin
2025-04-24 17:23:25 +08:00
parent dc8e9e3fef
commit 0497e2052d
6 changed files with 49 additions and 34 deletions
@@ -13,6 +13,7 @@ interface FormContextProps {
interface FormInnerContextProps {
onBackendChange?: (backend: string) => void;
gpuOptions?: any[];
}
export const FormContext = React.createContext<FormContextProps>(