jbilcke-hf HF staff commited on
Commit
657f4c7
β€’
1 Parent(s): db81aaa
src/components/business/video-form.tsx CHANGED
@@ -19,14 +19,14 @@ export const VideoForm = () => {
19
  >
20
  <div className="flex flex-row w-full">
21
  <div className="flex flex-col w-1/2 text-center">
22
- <h2 className="text-4xl font-thin tracking-tight">VideoChain UI</h2>
23
  <p className="text-md font-thin">
24
  Powered by <span className="font-normal">Hugging Face πŸ€—</span>
25
  </p>
26
  </div>
27
  <div className="flex flex-col w-1/2 text-center">
28
  <p className="text-md font-thin">
29
- Video generation use shared resources, so please use responsibly. You can delete pending videos to accelerate other ones.
30
  You have been assigned this temporary unique URL ID: <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">{ownerId}</a>
31
 
32
  </p>
@@ -44,7 +44,7 @@ export const VideoForm = () => {
44
  <Textarea
45
  id="prompt"
46
  name="prompt"
47
- placeholder="6 sec video of llamas playing soccer"
48
  className="mr-3 md:mr-0"
49
  />
50
 
 
19
  >
20
  <div className="flex flex-row w-full">
21
  <div className="flex flex-col w-1/2 text-center">
22
+ <h2 className="text-4xl font-thin tracking-tight">VideoChain 🎬</h2>
23
  <p className="text-md font-thin">
24
  Powered by <span className="font-normal">Hugging Face πŸ€—</span>
25
  </p>
26
  </div>
27
  <div className="flex flex-col w-1/2 text-center">
28
  <p className="text-md font-thin">
29
+ For demonstration purposes only. Please use responsibly, and cancel any video you don't need anymore.
30
  You have been assigned this temporary unique URL ID: <a href={`/studio/${ownerId}`} className="font-normal" target="_blank">{ownerId}</a>
31
 
32
  </p>
 
44
  <Textarea
45
  id="prompt"
46
  name="prompt"
47
+ placeholder="a cat playing the piano during 6 seconds"
48
  className="mr-3 md:mr-0"
49
  />
50