Quazim0t0 commited on
Commit
93589ed
·
verified ·
1 Parent(s): a437b5c

Update src/App.tsx

Browse files
Files changed (1) hide show
  1. src/App.tsx +1 -1
src/App.tsx CHANGED
@@ -18,7 +18,7 @@ export default function App() {
18
  if (!started || !isLoaded) {
19
  return (
20
  <div className="flex flex-col items-center justify-center h-screen bg-gray-900 text-white">
21
- <h1 className="text-2xl font-bold mb-4">FastVLM+Yolov8m WebGPU</h1>
22
  <button
23
  className="px-6 py-3 rounded-lg bg-blue-600 text-white font-semibold text-lg mb-4"
24
  onClick={handleLoadModel}
 
18
  if (!started || !isLoaded) {
19
  return (
20
  <div className="flex flex-col items-center justify-center h-screen bg-gray-900 text-white">
21
+ <h1 className="text-2xl font-bold mb-4">FastVLM+Yolov11n Object Detection + Annotation</h1>
22
  <button
23
  className="px-6 py-3 rounded-lg bg-blue-600 text-white font-semibold text-lg mb-4"
24
  onClick={handleLoadModel}