Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -282,8 +282,8 @@ def get_image(image, sketch, prompt, steps=50, cfg_scale=7.5, eta=1.0, fs=3, see
|
|
| 282 |
# ]
|
| 283 |
|
| 284 |
i2v_examples_interp_1024 = [
|
| 285 |
-
['prompts/1024_interp/
|
| 286 |
-
'
|
| 287 |
50, 7.5, 1.0, 10, 123]
|
| 288 |
]
|
| 289 |
|
|
|
|
| 282 |
# ]
|
| 283 |
|
| 284 |
i2v_examples_interp_1024 = [
|
| 285 |
+
['prompts/1024_interp/74906_1462_frame1.png', 'prompts/1024_interp/74906_1462_frame3.png',
|
| 286 |
+
'an anime scene',
|
| 287 |
50, 7.5, 1.0, 10, 123]
|
| 288 |
]
|
| 289 |
|