Spaces:
Running
Running
Upload Top-20-diffusion-masto.html with huggingface_hub
Browse files- Top-20-diffusion-masto.html +49 -0
Top-20-diffusion-masto.html
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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-collection.static.hf.space/Top-20-diffusion-masto.html"/>
|
| 9 |
+
<meta name="twitter:player:stream" content="https://portal-collection.static.hf.space/Top-20-diffusion-masto.html"/>
|
| 10 |
+
<meta name="twitter:player:width" content="100%"/>
|
| 11 |
+
<meta name="twitter:player:height" content="100%"/>
|
| 12 |
+
<meta property="og:title" content="Top 20 Diffusion"/>
|
| 13 |
+
<meta property="og:description" content="20 Diffusion Models"/>
|
| 14 |
+
<meta property="og:image" content="https://portal-collection.static.hf.space/images/Top-20-diffusion-card_im_crop.png"/>
|
| 15 |
+
<meta http-equiv="refresh" content="0; url="https://omnibus-top-20-diffusion-s.hf.space">
|
| 16 |
+
|
| 17 |
+
<style>
|
| 18 |
+
.omni_container {
|
| 19 |
+
position: relative;
|
| 20 |
+
overflow: hidden;
|
| 21 |
+
width: 100%;
|
| 22 |
+
padding-top: 100%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
| 23 |
+
}
|
| 24 |
+
.omni_container iframe {
|
| 25 |
+
position: absolute;
|
| 26 |
+
top: 0;
|
| 27 |
+
left: 0;
|
| 28 |
+
bottom: 0;
|
| 29 |
+
right: 0;
|
| 30 |
+
width: 100%;
|
| 31 |
+
height: 100%;
|
| 32 |
+
}
|
| 33 |
+
</style>
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
</head>
|
| 37 |
+
<body>
|
| 38 |
+
<div class="omni_container">
|
| 39 |
+
<iframe
|
| 40 |
+
id="myIframe"
|
| 41 |
+
frameborder="0"
|
| 42 |
+
src="https://omnibus-top-20-diffusion-s.hf.space"
|
| 43 |
+
class="container p-0 flex-grow space-iframe"
|
| 44 |
+
allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking"
|
| 45 |
+
sandbox="allow-forms allow-modals allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts allow-downloads"
|
| 46 |
+
></iframe>
|
| 47 |
+
</div>
|
| 48 |
+
</body>
|
| 49 |
+
</html>
|