Update app.py
Browse files
app.py
CHANGED
@@ -101,17 +101,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
101 |
outputs=video,
|
102 |
)
|
103 |
|
104 |
-
|
105 |
-
examples=[
|
106 |
-
["Focus: Eiffel Tower (Animate: Clouds moving)"], #Atmosphere Movement Example
|
107 |
-
["Focus: Trees In forest (Animate: Lion running)"], #Object Movement Example
|
108 |
-
["Focus: Astronaut in Space"], #Normal
|
109 |
-
["Focus: Group of Birds in sky (Animate: Birds Moving) (Shot From distance)"], #Camera distance
|
110 |
-
["Focus: Statue of liberty (Shot from Drone) (Animate: Drone coming toward statue)"], #Camera Movement
|
111 |
-
["Focus: Panda in Forest (Animate: Drinking Tea)"], #Doing Something
|
112 |
-
["Focus: Kids Playing (Season: Winter)"], #Atmosphere or Season
|
113 |
-
{"Focus: Cars in Street (Season: Rain, Daytime) (Shot from Distance) (Movement: Cars running)"} #Mixture
|
114 |
-
],
|
115 |
fn=generate_image,
|
116 |
inputs=[prompt],
|
117 |
outputs=video,
|
|
|
101 |
outputs=video,
|
102 |
)
|
103 |
|
104 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
fn=generate_image,
|
106 |
inputs=[prompt],
|
107 |
outputs=video,
|