Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-nayaka committed Jan 9, 2025
1 parent df43068 commit 7608cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import styles from "./DigitRecognizer.module.scss";
export const DigitRecognizer = () => {
const canvasRef = useRef<HTMLCanvasElement>(null);
const [isCanvasTouched, setIsCanvasTouched] = useState(false);
const { digitRecognitionPredict, reset, data, isPending } =
const { reset, data, isPending } =
useDigitRecognitionPredict();

const clearCanvas = () => {
Expand Down

0 comments on commit 7608cba

Please sign in to comment.