Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 2,116 Bytes
e71d24a cca5650 108f30f cca5650 108f30f cca5650 c708fb7 74e73b3 cca5650 108f30f cca5650 c708fb7 5770977 e71d24a |
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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=IBM+Plex+Mono:wght@300;400;500&family=Inter:wght@100;300;500;700&family=Poppins:wght@400;500;600;700;800&family=Source+Sans+3:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<title>LoRA Studio</title>
<meta name="description" content="Create, share and learn with this and many more LoRAs" />
<meta property="og:title" content="LoRA Studio" />
<meta
property="og:description"
content="Create, share and learn with this and many more LoRAs"
/>
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@huggingface" />
<meta name="twitter:creator" content="@huggingface" />
<meta name="twitter:title" content="LoRA Studio" />
<meta
name="twitter:description"
content="Create, share and learn with this and many more LoRAs"
/>
<meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
<link
ref="stylesheet"
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600;700&display=swap"
/>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
|