Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -241,7 +241,7 @@ with gr.Blocks() as demo:
|
|
241 |
examples=[
|
242 |
[
|
243 |
"wan_i2v_input.JPG",
|
244 |
-
"
|
245 |
],
|
246 |
],
|
247 |
inputs=[input_image_component, prompt_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
|
|
|
241 |
examples=[
|
242 |
[
|
243 |
"wan_i2v_input.JPG",
|
244 |
+
"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.",
|
245 |
],
|
246 |
],
|
247 |
inputs=[input_image_component, prompt_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
|