import HfIcon from "./HfIcon"; import GlassContainer from "./GlassContainer"; import GlassButton from "./GlassButton"; import { GLASS_EFFECTS } from "../constants"; interface WelcomeScreenProps { onStart: () => void; onVideoUpload: () => void; } export default function WelcomeScreen({ onStart, onVideoUpload }: WelcomeScreenProps) { return (
Real-time video captioning powered by{" "} FastVLM-0.5B
Camera ready
You are about to load{" "} FastVLM-0.5B , a powerful multimodal model optimized for in-browser inference.
Everything runs entirely in your browser with{" "}
Choose between live camera feed or upload a video file.
AI model will load when you choose an option