Spaces:
Runtime error
Runtime error
Examples
Browse files
app.py
CHANGED
|
@@ -414,8 +414,8 @@ with gr.Blocks() as app:
|
|
| 414 |
gr.Examples(
|
| 415 |
label = "Examples from images",
|
| 416 |
examples = [
|
| 417 |
-
["poli_tower.png", "tower_takes_off.png", "the man turns around"],
|
| 418 |
["ugly_sonic.jpeg", "squatting_sonic.png", "the character dodges the missiles"],
|
|
|
|
| 419 |
["capyabara_zoomed.png", "capyabara.webp", "a dramatic dolly zoom"],
|
| 420 |
],
|
| 421 |
inputs = [start_image, end_image, prompt],
|
|
|
|
| 414 |
gr.Examples(
|
| 415 |
label = "Examples from images",
|
| 416 |
examples = [
|
|
|
|
| 417 |
["ugly_sonic.jpeg", "squatting_sonic.png", "the character dodges the missiles"],
|
| 418 |
+
["poli_tower.png", "tower_takes_off.png", "the man turns around"],
|
| 419 |
["capyabara_zoomed.png", "capyabara.webp", "a dramatic dolly zoom"],
|
| 420 |
],
|
| 421 |
inputs = [start_image, end_image, prompt],
|