File size: 775 Bytes
05b1233
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
26
<!doctype html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Semantic Audio Search | Transformers.js</title>
  <script type="module" crossorigin src="/assets/index-lG3g2NFl.js"></script>
  <link rel="stylesheet" crossorigin href="/assets/index-dustL8iT.css">
</head>

<body>
  <div id="header">
    <div id="title">In-browser Semantic Audio Search</div>
    <p>Powered by <a href="https://hf.co/docs/transformers.js" target="_blank">🤗 Transformers.js</a></p>
  </div>
  <div id="overlay"></div>
  <div id="deepscatter"></div>
  <div id="search-bar">
    <input id="query" placeholder="Search for music..." type="text" />
    <button id="search"></button>
  </div>
</body>


</html>