enzostvs HF Staff commited on
Commit
c66b767
·
1 Parent(s): 460bb3a

metadata + repo pinned

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app/layout.tsx +3 -5
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🔎
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: docker
7
- pinned: false
8
  app_port: 3000
9
  license: mit
10
  ---
 
4
  colorFrom: green
5
  colorTo: blue
6
  sdk: docker
7
+ pinned: true
8
  app_port: 3000
9
  license: mit
10
  ---
app/layout.tsx CHANGED
@@ -11,12 +11,10 @@ export const metadata: Metadata = {
11
  description: `
12
  1 prompt, 3 images, 1 good one. Can you guess which one is the good one? 🔎
13
  `,
14
- metadataBase: new URL(
15
- "https://huggingface.co/spaces/enzostvs/guess-the-image"
16
- ),
17
  openGraph: {
18
  type: "website",
19
- url: "https://huggingface.co/spaces/enzostvs/guess-the-image",
20
  title: "Guess the Image: which one is the good one?",
21
  description: `
22
  1 prompt, 3 images, 1 good one. Can you guess which one is the good one? 🔎
@@ -24,7 +22,7 @@ export const metadata: Metadata = {
24
  images: "/banner.png",
25
  },
26
  twitter: {
27
- site: "https://huggingface.co/spaces/enzostvs/guess-the-image",
28
  card: "summary_large_image",
29
  images: "/banner.png",
30
  title: "Guess the Image: which one is the good one?",
 
11
  description: `
12
  1 prompt, 3 images, 1 good one. Can you guess which one is the good one? 🔎
13
  `,
14
+ metadataBase: new URL("https://enzostvs-guess-the-image.hf.space"),
 
 
15
  openGraph: {
16
  type: "website",
17
+ url: "https://enzostvs-guess-the-image.hf.space",
18
  title: "Guess the Image: which one is the good one?",
19
  description: `
20
  1 prompt, 3 images, 1 good one. Can you guess which one is the good one? 🔎
 
22
  images: "/banner.png",
23
  },
24
  twitter: {
25
+ site: "https://enzostvs-guess-the-image.hf.space",
26
  card: "summary_large_image",
27
  images: "/banner.png",
28
  title: "Guess the Image: which one is the good one?",