linoyts HF Staff commited on
Commit
5ab6322
·
verified ·
1 Parent(s): f945a0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -184,6 +184,15 @@ with gr.Blocks() as demo:
184
  [
185
  "POV selfie video, white cat with sunglasses standing on surfboard, relaxed smile, tropical beach behind (clear water, green hills, blue sky with clouds). Surfboard tips, cat falls into ocean, camera plunges underwater with bubbles and sunlight beams. Brief underwater view of cat’s face, then cat resurfaces, still filming selfie, playful summer vacation mood.",
186
  ],
 
 
 
 
 
 
 
 
 
187
  ],
188
  inputs=[prompt_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
189
  )
 
184
  [
185
  "POV selfie video, white cat with sunglasses standing on surfboard, relaxed smile, tropical beach behind (clear water, green hills, blue sky with clouds). Surfboard tips, cat falls into ocean, camera plunges underwater with bubbles and sunlight beams. Brief underwater view of cat’s face, then cat resurfaces, still filming selfie, playful summer vacation mood.",
186
  ],
187
+ [
188
+ "Two anthropomorphic cats in comfy boxing gear and bright gloves fight intensely on a spotlighted stage.",
189
+ ],
190
+ [
191
+ "A cinematic shot of a boat sailing on a calm sea at sunset.",
192
+ ],
193
+ [
194
+ "Drone footage flying over a futuristic city with flying cars.",
195
+ ],
196
  ],
197
  inputs=[prompt_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
198
  )