enzostvs HF staff commited on
Commit
4832fc2
Β·
1 Parent(s): 0a91c58

description

Browse files
src/app.html CHANGED
@@ -12,11 +12,14 @@
12
  rel="stylesheet"
13
  />
14
  <title>LoRA Studio</title>
15
- <meta name="description" content="Create, share and learn with this and many more LoRAs" />
 
 
 
16
  <meta property="og:title" content="LoRA Studio" />
17
  <meta
18
  property="og:description"
19
- content="Create, share and learn with this and many more LoRAs"
20
  />
21
  <meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
22
  <meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
@@ -27,7 +30,7 @@
27
  <meta name="twitter:title" content="LoRA Studio" />
28
  <meta
29
  name="twitter:description"
30
- content="Create, share and learn with this and many more LoRAs"
31
  />
32
  <meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
33
  <link
 
12
  rel="stylesheet"
13
  />
14
  <title>LoRA Studio</title>
15
+ <meta
16
+ name="description"
17
+ 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! πŸ€—"
18
+ />
19
  <meta property="og:title" content="LoRA Studio" />
20
  <meta
21
  property="og:description"
22
+ 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! πŸ€—"
23
  />
24
  <meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
25
  <meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
 
30
  <meta name="twitter:title" content="LoRA Studio" />
31
  <meta
32
  name="twitter:description"
33
+ 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! πŸ€—"
34
  />
35
  <meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
36
  <link
src/routes/+layout.svelte CHANGED
@@ -38,11 +38,11 @@
38
 
39
  <svelte:head>
40
  <title>LoRA Studio</title>
41
- <meta name="description" content="Create, share and learn with this and many more LoRAs" />
42
  <meta property="og:title" content="LoRA Studio" />
43
  <meta
44
  property="og:description"
45
- content="Create, share and learn with this and many more LoRAs"
46
  />
47
  <meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
48
  <meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
@@ -53,7 +53,7 @@
53
  <meta name="twitter:title" content="LoRA Studio" />
54
  <meta
55
  name="twitter:description"
56
- content="Create, share and learn with this and many more LoRAs"
57
  />
58
  <meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
59
  </svelte:head>
 
38
 
39
  <svelte:head>
40
  <title>LoRA Studio</title>
41
+ <meta name="description" 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! πŸ€—" />
42
  <meta property="og:title" content="LoRA Studio" />
43
  <meta
44
  property="og:description"
45
+ 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! πŸ€—"
46
  />
47
  <meta property="og:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
48
  <meta property="og:url" content="https://enzostvs-lora-studio.hf.space/" />
 
53
  <meta name="twitter:title" content="LoRA Studio" />
54
  <meta
55
  name="twitter:description"
56
+ 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! πŸ€—"
57
  />
58
  <meta name="twitter:image" content="https://enzostvs-lora-studio.hf.space/metadata.png" />
59
  </svelte:head>
src/routes/gallery/+layout.svelte CHANGED
@@ -58,7 +58,7 @@
58
 
59
  <svelte:head>
60
  <title>Community Gallery</title>
61
- <meta name="description" content="Svelte demo app" />
62
  </svelte:head>
63
 
64
  <main class="px-6 py-10 lg:px-10 lg:py-12">
 
58
 
59
  <svelte:head>
60
  <title>Community Gallery</title>
61
+ <meta name="description" 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! πŸ€—" />
62
  </svelte:head>
63
 
64
  <main class="px-6 py-10 lg:px-10 lg:py-12">
src/routes/generate/+page.svelte CHANGED
@@ -1,6 +1,6 @@
1
  <svelte:head>
2
  <title>Generate your Image</title>
3
- <meta name="description" content="Svelte demo app" />
4
  </svelte:head>
5
 
6
  <script lang="ts">
 
1
  <svelte:head>
2
  <title>Generate your Image</title>
3
+ <meta name="description" 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! πŸ€—" />
4
  </svelte:head>
5
 
6
  <script lang="ts">
src/routes/models/+layout.svelte CHANGED
@@ -83,7 +83,7 @@
83
 
84
  <svelte:head>
85
  <title>Explore Models</title>
86
- <meta name="description" content="Explore the LoRa models to find the perfect one!" />
87
  {#if $page.url.searchParams.get('search')}
88
  <meta property="og:title" content="All {$page.url.searchParams.get('search')} LoRAS on LoRA Studio" />
89
  <meta property="og:description" content="Browse and explore all {$page.url.searchParams.get('search')} models" />
 
83
 
84
  <svelte:head>
85
  <title>Explore Models</title>
86
+ <meta name="description" 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! πŸ€—" />
87
  {#if $page.url.searchParams.get('search')}
88
  <meta property="og:title" content="All {$page.url.searchParams.get('search')} LoRAS on LoRA Studio" />
89
  <meta property="og:description" content="Browse and explore all {$page.url.searchParams.get('search')} models" />
src/routes/saved-generations/+page.svelte CHANGED
@@ -8,7 +8,7 @@
8
 
9
  <svelte:head>
10
  <title>My saved generations</title>
11
- <meta name="description" content="Svelte demo app" />
12
  </svelte:head>
13
 
14
  <main class="px-6 py-10 lg:px-10 lg:py-12">
 
8
 
9
  <svelte:head>
10
  <title>My saved generations</title>
11
+ <meta name="description" 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! πŸ€—" />
12
  </svelte:head>
13
 
14
  <main class="px-6 py-10 lg:px-10 lg:py-12">