File size: 889 Bytes
bc5c2d8
 
82e3e6c
a52d4ad
252c938
 
 
 
a52d4ad
82e3e6c
252c938
 
 
 
 
 
 
 
 
 
 
 
 
 
a52d4ad
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>

<head>
    <meta charset="utf-8" />
    <meta name='viewport' content='width=device-width,initial-scale=1'>
    <title>ONE-PEACE Multimodal Retrieval</title>
    <link rel="stylesheet" href="style.css" />
</head>

<body>
    <div class="card">
        <h1 class="title">ONE-PEACE Multimodal Retrieval</h1>
        <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
            <br><br>
            Click <a href="http://47.100.206.107:7901/" target="_blank"><b>HERE</b></a> for the interactive demo! Have
            fun!
        </p> <br>
        <img src="case1.png">
    </div>
</body>

</html>