portal commited on
Commit
8a07699
1 Parent(s): 9db317d

Upload masto.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. masto.html +19 -0
masto.html ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <meta name="twitter:card" content="player"/>
7
+ <meta name="twitter:site" content=""/>
8
+ <meta name="twitter:player" content="https://portal-semantic-image-search-client.hf.space/back.html"/>
9
+ <meta name="twitter:player:stream" content="https://portal-semantic-image-search-client.hf.space/back.html"/>
10
+ <meta name="twitter:player:width" content="100%"/>
11
+ <meta name="twitter:player:height" content="100%"/>
12
+ <meta property="og:title" content="Xenova Semantic Image Search Client"/>
13
+ <meta property="og:description" content="Semantic Image Search using Transformers.js"/>
14
+ <meta property="og:image" content="https://portal-semantic-image-search-client.hf.space/card_im_crop.png"/>
15
+ <meta http-equiv="refresh" content="0; url=https://huggingface.co/spaces/Xenova/semantic-image-search-client">
16
+ </head>
17
+ <body>
18
+ </body>
19
+ </html>