radames commited on
Commit
c42a098
1 Parent(s): 914a14d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +28 -6
index.html CHANGED
@@ -4,17 +4,39 @@
4
  <head>
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
- <meta name="twitter:card" content="player" />
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  <meta name="twitter:site" content="@huggingface" />
9
  <meta name="twitter:title" content="Hugging Face - Diffusers Models Gallery" />
10
- <meta name="twitter:description"
11
- content="Discover all difussion models on the Hugging Face hub." />
12
  <meta name="twitter:image" content="https://huggingface-projects-diffusers-gallery.hf.space/Fo6vR6JX0AEjbw1.jpeg" />
13
  <meta name="twitter:player" content="https://huggingface-projects-diffusers-gallery.hf.space/index.html" />
14
- <meta name="twitter:player:width" content="480" />
15
- <meta name="twitter:player:height" content="480" />
 
 
 
 
 
 
 
 
 
 
 
16
 
17
- <title>Diffusers gallery</title>
18
  <script src="https://cdn.tailwindcss.com"></script>
19
  <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
20
 
 
4
  <head>
5
  <meta charset="utf-8" />
6
  <meta name="viewport" content="width=device-width" />
7
+
8
+ <title>Diffusers gallery</title>
9
+ <meta name="description" content="Discover all difussion models on the Hugging Face hub.">
10
+
11
+ <meta property="og:url" content="https://huggingface-projects-diffusers-gallery.hf.space/">
12
+ <meta property="og:type" content="website">
13
+ <meta property="og:title" content="Hugging Face - Diffusers Models Gallery">
14
+ <meta property="og:description" content="Discover all difussion models on the Hugging Face hub.">
15
+ <meta property="og:image" content="https://huggingface-projects-diffusers-gallery.hf.space/Fo6vR6JX0AEjbw1.jpeg">
16
+
17
+ <meta name="twitter:card" content="player">
18
+ <meta property="twitter:url" content="https://huggingface-projects-diffusers-gallery.hf.space/">
19
+ <meta name="twitter:description" content="Discover all difussion models on the Hugging Face hub.">
20
+
21
  <meta name="twitter:site" content="@huggingface" />
22
  <meta name="twitter:title" content="Hugging Face - Diffusers Models Gallery" />
23
+
 
24
  <meta name="twitter:image" content="https://huggingface-projects-diffusers-gallery.hf.space/Fo6vR6JX0AEjbw1.jpeg" />
25
  <meta name="twitter:player" content="https://huggingface-projects-diffusers-gallery.hf.space/index.html" />
26
+ <meta name="twitter:player:width" content="100%"/>
27
+ <meta name="twitter:player:height" content="600"/>
28
+
29
+
30
+ <script src="https://cdn.tailwindcss.com"></script>
31
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
32
+ <style>
33
+ body, html {
34
+ height: 100%;
35
+ overflow-y: scroll;
36
+ }
37
+ </style>
38
+
39
 
 
40
  <script src="https://cdn.tailwindcss.com"></script>
41
  <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js"></script>
42