KingNish commited on
Commit
27dc24e
1 Parent(s): 1cebbb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css="style.css") as demo:
78
  "<h1><center>Instant⚡Video</center></h1>" +
79
  "<p><center>Lightning-fast text-to-video generation</center></p>" +
80
  "<p><center><span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.</center></p>" +
81
- "<p><center><strong> First Image processing takes time then images generate faster.</p>" +
82
  "<p><center>Write prompts in style as Given in Example</p>"
83
  )
84
  with gr.Group():
@@ -150,11 +150,14 @@ with gr.Blocks(css="style.css") as demo:
150
 
151
  gr.Examples(
152
  examples=[
153
- ["Focus: Eiffel Tower (Animate: Clouds moving)"],
154
- ["Focus: Lion in forest (Animate: Lion as walking)"],
155
- ["Focus: Astronaut in Space"],
156
- ["Focus: Group of Birds in sky (Animate: Birds Moving) (Shot From distance)"],
157
- ["Focus: Statue of liberty (Shot from Drone) (Animate: Drone coming toward statue)"],
 
 
 
158
  ],
159
  fn=generate_image,
160
  inputs=[prompt, select_base, select_motion, select_step],
 
78
  "<h1><center>Instant⚡Video</center></h1>" +
79
  "<p><center>Lightning-fast text-to-video generation</center></p>" +
80
  "<p><center><span style='color: red;'>You may change the steps from 4 to 8, if you didn't get satisfied results.</center></p>" +
81
+ "<p><center><strong> First Video Generating takes time then Videos generate faster.</p>" +
82
  "<p><center>Write prompts in style as Given in Example</p>"
83
  )
84
  with gr.Group():
 
150
 
151
  gr.Examples(
152
  examples=[
153
+ ["Focus: Eiffel Tower (Animate: Clouds moving)"], #Atmosphere Movement Example
154
+ ["Focus: Trees In forest (Animate: Lion running)"], #Object Movement Example
155
+ ["Focus: Astronaut in Space"], #Normal
156
+ ["Focus: Group of Birds in sky (Animate: Birds Moving) (Shot From distance)"], #Camera distance
157
+ ["Focus: Statue of liberty (Shot from Drone) (Animate: Drone coming toward statue)"], #Camera Movement
158
+ ["Focus: Panda in Forest (Animate: Drinking Tea)"], #Doing Something
159
+ ["Focus: Kids Playing (Season: Winter)"], #Atmosphere or Season
160
+ {"Focus: Cars in Street (Season: Rain, Daytime) (Shot from Distance) (Movement: Cars running)"} #Mixture
161
  ],
162
  fn=generate_image,
163
  inputs=[prompt, select_base, select_motion, select_step],