File size: 492 Bytes
d32b65d 6a1e98a d32b65d 6a1e98a d32b65d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!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>
|