WIP: docker support v1.5.x, show pytorch default, temporary

This commit is contained in:
wataru 2023-02-11 01:04:19 +09:00
parent 3ec1902045
commit 122a6e3849
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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("")