logicwong commited on
Commit
400f853
1 Parent(s): 83117b1

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -3
index.html CHANGED
@@ -3,14 +3,15 @@
3
  <head>
4
  <meta charset="utf-8"/>
5
  <meta name='viewport' content='width=device-width,initial-scale=1'>
6
- <title>OFA-Image_Generation</title>
7
  <link rel="stylesheet" href="style.css"/>
8
  </head>
9
  <body>
10
  <div class="card">
11
- <h1 class="title">ONE-PEACE</h1>
12
  <p class="description">Click <a href="http://47.100.206.107:7901/" target="_blank">
13
- <b>HERE</b></a> for the interactive demo! Enjoy generating your own images! </p>
 
14
  </div>
15
  </body>
16
  </html>
 
3
  <head>
4
  <meta charset="utf-8"/>
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
  <body>
10
  <div class="card">
11
+ <h1 class="title">ONE-PEACE Multimodal Retrieval</h1>
12
  <p class="description">Click <a href="http://47.100.206.107:7901/" target="_blank">
13
+ <b>HERE</b></a> for the interactive demo! Enjoy the multimodal retrieval! </p>
14
+ <img src="case1.png">
15
  </div>
16
  </body>
17
  </html>