mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
WIP: docker support v1.5.x, show pytorch default, temporary
This commit is contained in:
parent
3ec1902045
commit
122a6e3849
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
@ -12,7 +12,7 @@ export type ServerSettingState = {
|
||||
}
|
||||
|
||||
export const useServerSettingArea = (props: UseServerSettingProps): ServerSettingState => {
|
||||
const [showPyTorch, setShowPyTorch] = useState<boolean>(false)
|
||||
const [showPyTorch, setShowPyTorch] = useState<boolean>(true)
|
||||
const uploadeModelRow = useMemo(() => {
|
||||
const onPyTorchFileLoadClicked = async () => {
|
||||
const file = await fileSelector("")
|
||||
|
Loading…
Reference in New Issue
Block a user