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