Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
c9d9cec
1
Parent(s):
d4f0d67
update app
Browse files
app.py
CHANGED
@@ -147,6 +147,14 @@ def infer(prompt):
|
|
147 |
print(video_path)
|
148 |
return video_path, gr.Group.update(visible=True)
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
css = """
|
151 |
#col-container {max-width: 510px; margin-left: auto; margin-right: auto;}
|
152 |
a {text-decoration-line: underline; font-weight: 600;}
|
|
|
147 |
print(video_path)
|
148 |
return video_path, gr.Group.update(visible=True)
|
149 |
|
150 |
+
examples = [
|
151 |
+
"A chihuahua in astronaut suit floating in space, cinematic lighting, glow effect",
|
152 |
+
"Campfire at night in a snowy forest with starry sky in the background",
|
153 |
+
"A dark knight riding a black horse on the grassland, in sunset",
|
154 |
+
"A corgi is swimming quickly",
|
155 |
+
"A panda is surfing in the universe",
|
156 |
+
]
|
157 |
+
|
158 |
css = """
|
159 |
#col-container {max-width: 510px; margin-left: auto; margin-right: auto;}
|
160 |
a {text-decoration-line: underline; font-weight: 600;}
|