Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
try to fix metadata
Browse files- src/app.html +0 -1
- src/routes/models/+page.svelte +10 -10
src/app.html
CHANGED
@@ -15,7 +15,6 @@
|
|
15 |
<meta name="twitter:card" content="summary_large_image" />
|
16 |
<meta name="twitter:site" content="@huggingface" />
|
17 |
<meta name="twitter:creator" content="@huggingface" />
|
18 |
-
<meta name="twitter:title" content="LoRA Studio" />
|
19 |
%sveltekit.head%
|
20 |
<link
|
21 |
ref="stylesheet"
|
|
|
15 |
<meta name="twitter:card" content="summary_large_image" />
|
16 |
<meta name="twitter:site" content="@huggingface" />
|
17 |
<meta name="twitter:creator" content="@huggingface" />
|
|
|
18 |
%sveltekit.head%
|
19 |
<link
|
20 |
ref="stylesheet"
|
src/routes/models/+page.svelte
CHANGED
@@ -21,16 +21,16 @@
|
|
21 |
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
22 |
/>
|
23 |
{:else}
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
{/if}
|
35 |
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
36 |
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
|
|
|
21 |
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
22 |
/>
|
23 |
{:else}
|
24 |
+
<meta property="og:title" content="Explore Models on LoRA Studio" />
|
25 |
+
<meta property="twitter:title" content="Explore Models on LoRA Studio" />
|
26 |
+
<meta
|
27 |
+
property="og:description"
|
28 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
29 |
+
/>
|
30 |
+
<meta
|
31 |
+
name="twitter:description"
|
32 |
+
content="LoRA Studio π¨ is your new all-in-one generative art AI platform! Explore thousands of fun LoRA Models, share your AI-generated art and get involved with a dynamic community of creators! New models arrive every day, in direct connection with Hugging Face! π€"
|
33 |
+
/>
|
34 |
{/if}
|
35 |
<meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
|
36 |
<meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
|