Spaces:
Running
Running
Update src/components/WelcomeScreen.tsx
Browse files
src/components/WelcomeScreen.tsx
CHANGED
@@ -17,7 +17,7 @@ export default function WelcomeScreen({ onStart }: WelcomeScreenProps) {
|
|
17 |
role="banner"
|
18 |
>
|
19 |
<div className="p-8 text-center">
|
20 |
-
<h1 className="text-5xl font-bold text-gray-100 mb-4">FastVLM&YoloV8n Onnx WebGPU
|
21 |
<p className="text-xl text-gray-300 leading-relaxed">
|
22 |
Real-time video captioning & Object Detection powered by{" "}
|
23 |
<a
|
|
|
17 |
role="banner"
|
18 |
>
|
19 |
<div className="p-8 text-center">
|
20 |
+
<h1 className="text-5xl font-bold text-gray-100 mb-4">FastVLM&YoloV8n Onnx WebGPU!</h1>
|
21 |
<p className="text-xl text-gray-300 leading-relaxed">
|
22 |
Real-time video captioning & Object Detection powered by{" "}
|
23 |
<a
|