simonJJJ
commited on
Commit
·
252c938
1
Parent(s):
82e3e6c
rollback
Browse files- index.html +18 -1
index.html
CHANGED
|
@@ -2,7 +2,24 @@
|
|
| 2 |
<html>
|
| 3 |
|
| 4 |
<head>
|
| 5 |
-
<meta
|
|
|
|
|
|
|
|
|
|
| 6 |
</head>
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
</html>
|
|
|
|
| 2 |
<html>
|
| 3 |
|
| 4 |
<head>
|
| 5 |
+
<meta charset="utf-8" />
|
| 6 |
+
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
| 7 |
+
<title>ONE-PEACE Multimodal Retrieval</title>
|
| 8 |
+
<link rel="stylesheet" href="style.css" />
|
| 9 |
</head>
|
| 10 |
|
| 11 |
+
<body>
|
| 12 |
+
<div class="card">
|
| 13 |
+
<h1 class="title">ONE-PEACE Multimodal Retrieval</h1>
|
| 14 |
+
<p class="description"> ONE-PEACE is a general representation model across vision, audio, and language
|
| 15 |
+
modalities. In this demo, you can combine multiple modalities to retrieve related images, such as
|
| 16 |
+
audio-to-image, audio+text-to-image, audio+image-to-image, and even audio+image+text-to-image
|
| 17 |
+
<br><br>
|
| 18 |
+
Click <a href="http://47.100.206.107:7901/" target="_blank"><b>HERE</b></a> for the interactive demo! Have
|
| 19 |
+
fun!
|
| 20 |
+
</p> <br>
|
| 21 |
+
<img src="case1.png">
|
| 22 |
+
</div>
|
| 23 |
+
</body>
|
| 24 |
+
|
| 25 |
</html>
|