Spaces:
Running
Running
Update src/App.tsx
Browse files- 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+
|
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}
|