Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -242,12 +242,12 @@ with gr.Blocks() as demo:
|
|
| 242 |
|
| 243 |
gr.Examples(
|
| 244 |
examples=[
|
| 245 |
-
"test_imgs/ai-generated-8255456_1280.png",
|
| 246 |
-
"test_imgs/ai-generated-8496135_1280.jpg",
|
| 247 |
-
"test_imgs/dog-7396912_1280.jpg",
|
| 248 |
-
"test_imgs/ship-7833921_1280.jpg",
|
| 249 |
],
|
| 250 |
-
inputs=image,
|
| 251 |
outputs=[video, seed],
|
| 252 |
fn=sample,
|
| 253 |
cache_examples=True,
|
|
|
|
| 242 |
|
| 243 |
gr.Examples(
|
| 244 |
examples=[
|
| 245 |
+
["test_imgs/ai-generated-8255456_1280.png", 43],
|
| 246 |
+
["test_imgs/ai-generated-8496135_1280.jpg", 42],
|
| 247 |
+
["test_imgs/dog-7396912_1280.jpg", 42],
|
| 248 |
+
["test_imgs/ship-7833921_1280.jpg", 42],
|
| 249 |
],
|
| 250 |
+
inputs=[image, seed],
|
| 251 |
outputs=[video, seed],
|
| 252 |
fn=sample,
|
| 253 |
cache_examples=True,
|