FIBO / index.html
multimodalart's picture
Update index.html
b621a78 verified
raw
history blame contribute delete
425 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>BRIA FIBO Labs</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<!-- Demo for the https://huggingface.co/briaai/FIBO model -->
<iframe class="bria-iframe" src="https://prod.iframe.platform.bria.ai/?iframeId=bd67a5b6-2d12-49cb-9063-aabdb24e5fba"></iframe>
</body>
</html>