Skip to content

Commit

Permalink
remove imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nisalrenuja committed Nov 4, 2024
1 parent ebac098 commit e38f17b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/mobilenet/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

import { useState, useEffect, useMemo } from "react";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card";
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert";
import ImageUploader from "@/components/pages/coco-ssd/ImageUploader";
import { Progress } from "@/components/ui/progress";
import { Upload, Github } from "lucide-react";
import { Github } from "lucide-react";
import { loadModel, loadImage } from "@/utils/imageProcessing";
import Image from "next/image";
import Header from "@/components/common/Header";
Expand Down

0 comments on commit e38f17b

Please sign in to comment.