Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
metadata
Browse files- src/app.html +22 -0
- static/favicon.png +0 -0
- static/metadata.png +0 -0
src/app.html
CHANGED
@@ -11,6 +11,28 @@
|
|
11 |
href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],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"
|
12 |
rel="stylesheet"
|
13 |
/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
</head>
|
15 |
<body data-sveltekit-preload-data="hover">
|
16 |
<div style="display: contents">%sveltekit.body%</div>
|
|
|
11 |
href="https://fonts.googleapis.com/css2?family=DM+Sans:opsz,[email protected],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"
|
12 |
rel="stylesheet"
|
13 |
/>
|
14 |
+
<title>LoRA Studio</title>
|
15 |
+
<meta
|
16 |
+
name="description"
|
17 |
+
content="LoRA Studio is a platform for creating, sharing, and using models"
|
18 |
+
/>
|
19 |
+
<meta property="og:title" content="LoRA Studio" />
|
20 |
+
<meta
|
21 |
+
property="og:description"
|
22 |
+
content="LoRA Studio is a platform for creating, sharing, and using models"
|
23 |
+
/>
|
24 |
+
<meta property="og:image" content="%sveltekit.assets%/metadata.png" />
|
25 |
+
<meta property="og:url" content="https://lora-studio.vercel.app" />
|
26 |
+
<meta property="og:type" content="website" />
|
27 |
+
<meta name="twitter:card" content="summary_large_image" />
|
28 |
+
<meta name="twitter:site" content="@huggingface" />
|
29 |
+
<meta name="twitter:creator" content="@huggingface" />
|
30 |
+
<meta name="twitter:title" content="LoRA Studio" />
|
31 |
+
<meta
|
32 |
+
name="twitter:description"
|
33 |
+
content="LoRA Studio is a platform for creating, sharing, and using models"
|
34 |
+
/>
|
35 |
+
<meta name="twitter:image" content="%sveltekit.assets%/metadata.png" />
|
36 |
</head>
|
37 |
<body data-sveltekit-preload-data="hover">
|
38 |
<div style="display: contents">%sveltekit.body%</div>
|
static/favicon.png
CHANGED
static/metadata.png
ADDED