Tonic's picture
Update index.html
6a1e98a
raw
history blame contribute delete
No virus
492 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Vision Agent With Llava</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Try out a very powerful vision agent with Llama</h1>
<p>Click on app.py <i>https://huggingface.co/spaces/MultiTransformer/vision-agent-with-llava/blob/main/app.py</i> in the Files and versions tab. (top right)
</p>
</div>
</body>
</html>