Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
72a38c6
1
Parent(s):
1929bf2
Update app.py
Browse files
app.py
CHANGED
|
@@ -264,8 +264,8 @@ with gr.Blocks() as demo:
|
|
| 264 |
|
| 265 |
gr.Examples(
|
| 266 |
examples=[
|
| 267 |
-
[
|
| 268 |
-
["
|
| 269 |
],
|
| 270 |
inputs=inputs_for_click_and_examples,
|
| 271 |
outputs=video_output,
|
|
|
|
| 264 |
|
| 265 |
gr.Examples(
|
| 266 |
examples=[
|
| 267 |
+
["peng.png", "a penguin playfully dancing in the snow, Antarctica", default_negative_prompt, 896, 512, 2, 1.0, 4],
|
| 268 |
+
["forg.jpg", "the frog jumps around", default_negative_prompt, 448, 832, 2, 1.0, 4],
|
| 269 |
],
|
| 270 |
inputs=inputs_for_click_and_examples,
|
| 271 |
outputs=video_output,
|