kadirnar commited on
Commit
a9e401e
1 Parent(s): e1bac7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -112,8 +112,11 @@ def main():
112
  gr.Examples(
113
  examples=[
114
  [
115
- "A serene night scene in a forested area. The video is a time-lapse, capturing the transition from day to night, with the lake and forest serving as a constant backdrop.",
116
  ],
 
 
 
117
  ],
118
  fn=run_inference,
119
  inputs=[prompt_text,],
 
112
  gr.Examples(
113
  examples=[
114
  [
115
+ "A serene underwater scene featuring a sea turtle swimming through a coral reef. The turtle, with its greenish-brown shell",
116
  ],
117
+ [
118
+ "The majestic beauty of a waterfall cascading down a cliff into a serene lake. [...] The camera angle provides a bird's eye view of the waterfall.",
119
+ ]
120
  ],
121
  fn=run_inference,
122
  inputs=[prompt_text,],