Spaces:
Running
on
Zero
Running
on
Zero
marlonbarrios
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,14 @@ with gr.Blocks(css="style.css") as demo:
|
|
156 |
gr.Examples(
|
157 |
examples=[
|
158 |
|
159 |
-
|
160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
],
|
162 |
fn=generate_image,
|
163 |
inputs=[prompt, select_base, select_motion, select_step],
|
|
|
156 |
gr.Examples(
|
157 |
examples=[
|
158 |
|
159 |
+
["Focus: NOIR non white diverse bauhaus time traveller male stripper amazing colorful googles and head piece transparent futuristic neon lots of movement glow in the dark"], #realistic
|
160 |
+
["Focus: Eiffel Tower (Animate: Clouds moving)"], #Atmosphere Movement Example
|
161 |
+
["Focus: Trees In forest (Animate: Lion running)"], #Object Movement Example
|
162 |
+
["Focus: Astronaut in Space"], #Normal
|
163 |
+
["Focus: Group of Birds in sky (Animate: Birds Moving) (Shot From distance)"], #Camera distance
|
164 |
+
["Focus: Statue of liberty (Shot from Drone) (Animate: Drone coming toward statue)"], #Camera Movement
|
165 |
+
["Focus: Panda in Forest (Animate: Drinking Tea)"], #Doing Something
|
166 |
+
["Focus: Kids Playing (Season: Winter)"], #Atmosphere or Season
|
167 |
],
|
168 |
fn=generate_image,
|
169 |
inputs=[prompt, select_base, select_motion, select_step],
|