enzostvs HF staff commited on
Commit
af8d30c
β€’
1 Parent(s): b3b11fd

try to fix metadata

Browse files
Files changed (2) hide show
  1. src/app.html +0 -1
  2. 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
- <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/" />
 
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/" />