diff --git a/client/demo/src/001_globalHooks/100_useWebInfo.ts b/client/demo/src/001_globalHooks/100_useWebInfo.ts index d76e2c9d..ff71d7c4 100644 --- a/client/demo/src/001_globalHooks/100_useWebInfo.ts +++ b/client/demo/src/001_globalHooks/100_useWebInfo.ts @@ -157,7 +157,7 @@ export const useWebInfo = (props: UseWebInfoProps): WebInfoStateAndMethod => { outputSamplingRate: 48000, }, modelUrl: modelUrl, - portrait: `${window.location.origin}/models/amitaro.png`, + portrait: "https://huggingface.co/wok000/vcclient_model/resolve/main/web_model/v_01_alpha/amitaro/amitaro.png", name: "あみたろ", termOfUse: "https://huggingface.co/wok000/vcclient_model/raw/main/rvc/amitaro_contentvec_256/term_of_use.txt", sampleRate: sampleRate, diff --git a/client/demo/src/components/demo/components2/101-8_web-editionSettingArea.tsx b/client/demo/src/components/demo/components2/101-8_web-editionSettingArea.tsx index 3a81c78c..c4886b35 100644 --- a/client/demo/src/components/demo/components2/101-8_web-editionSettingArea.tsx +++ b/client/demo/src/components/demo/components2/101-8_web-editionSettingArea.tsx @@ -91,7 +91,6 @@ export const WebEditionSettingArea = (_props: WebEditionSettingAreaProps) => { ); - console.log("webInfoState.voiceChangerConfig.useF0 ", webInfoState.voiceChangerConfig.useF0); const pitchEnableClassName = "character-area-control-button" + (webInfoState.voiceChangerConfig.useF0 == true ? " character-area-control-button-active" : " character-area-control-button-stanby"); const pitchDisableClassName = "character-area-control-button" + (webInfoState.voiceChangerConfig.useF0 == false ? " character-area-control-button-active" : " character-area-control-button-stanby"); const pitch = (