mlabonne's picture
upload demo files (#1)
01488bc
raw
history blame contribute delete
292 Bytes
export function BrandMark() {
return (
<div className="brand-mark">
<img alt="Liquid AI icon" className="brand-logo" src="/logo-light.webp" />
<div className="brand-copy">
<span>Liquid AI</span>
<strong>LFM2-VL WebGPU</strong>
</div>
</div>
);
}