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
+2 -1
View File
@@ -247,7 +247,8 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
<FormInnerContext.Provider
value={{
onBackendChange: handleBackendChange
onBackendChange: handleBackendChange,
gpuOptions: gpuOptions
}}
>
<HuggingFaceForm></HuggingFaceForm>