import { tileSizeAtom } from "@/atoms/userSettingsAtom"; import { useAtom } from "jotai"; import React from "react"; export function TileSizeInput() { const [tileSize, setTileSize] = useAtom(tileSizeAtom); return (
CUSTOM TILE SIZE
Use a custom tile size for segmenting the image. This can help process
images faster by reducing the number of tiles generated.