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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks() as demo:
182
  gr.Examples(
183
  examples=[
184
  [
185
- "Summer beach vacation style, a white cat wearing sunglasses sits on a surfboard. The fluffy-furred feline gazes directly at the camera with a relaxed expression. Blurred beach scenery forms the background featuring crystal-clear waters, distant green hills, and a blue sky dotted with white clouds. The cat assumes a naturally relaxed posture, as if savoring the sea breeze and warm sunlight. A close-up shot highlights the feline's intricate details and the refreshing atmosphere of the seaside.",
186
  ],
187
  ],
188
  inputs=[prompt_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
 
182
  gr.Examples(
183
  examples=[
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"