jbilcke-hf HF staff commited on
Commit
dfb38a6
1 Parent(s): f69e8fd

fix for the og thumbnail

Browse files
Files changed (2) hide show
  1. README.md +5 -4
  2. src/app/watch/page.tsx +3 -1
README.md CHANGED
@@ -55,12 +55,13 @@ Moreover, currently there are only a few servers available:
55
  - hotshot xl: 1 server
56
  - musicgen: 1 server
57
 
58
- Which is why some time there is a longue queue of videos waiting to be generated, one after one.
59
- If this project gains traction, it might get more ressources in the future.
60
 
61
- ### I don't hear music in my videos
62
 
63
- Could be two reasons, either you are missing a "# Music" paragraph block in your Channel and/or Video, or there just was a network or computing issue when your video was generated.
 
 
64
 
65
  This is all new technology based on research tools, so sometimes they can crash, be out of memory etc.. and not always restart automatically. I'm a team of one and I don't have the ressources to look into it right now, but I understand it can be a pain.
66
 
 
55
  - hotshot xl: 1 server
56
  - musicgen: 1 server
57
 
58
+ Which is why sometimes there is a longue queue of videos waiting to be generated, one after one.
 
59
 
60
+ If this project become popular or a billionaire comes in and say "hey hugging face let's discuss" then we can expect more ressources will be allocated.
61
 
62
+ ### I don't hear any music in my videos
63
+
64
+ Could be two reasons, either you are missing a "# Music" paragraph block in your Channel config file or Video config file, or there just was a network/computing issue when your video was generated.
65
 
66
  This is all new technology based on research tools, so sometimes they can crash, be out of memory etc.. and not always restart automatically. I'm a team of one and I don't have the ressources to look into it right now, but I understand it can be a pain.
67
 
src/app/watch/page.tsx CHANGED
@@ -32,7 +32,9 @@ export async function generateMetadata(
32
  title: video.label || "", // put the video title here
33
  description: video.description || "", // put the vide description here
34
  siteName: "AI Tube",
35
-
 
 
36
  videos: [
37
  {
38
  "url": video.assetUrl
 
32
  title: video.label || "", // put the video title here
33
  description: video.description || "", // put the vide description here
34
  siteName: "AI Tube",
35
+ images: [
36
+ `https://huggingface.co/datasets/jbilcke-hf/ai-tube-index/resolve/main/videos/${video.id}.webp`
37
+ ],
38
  videos: [
39
  {
40
  "url": video.assetUrl