Spaces:
Runtime error
Runtime error
NagaSaiAbhinay
commited on
Commit
·
197a5cb
1
Parent(s):
51bb46c
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def unclip_image_interpolation(
|
|
24 |
generator.manual_seed(seed)
|
25 |
|
26 |
images = [start_image, end_image]
|
27 |
-
output = pipe(images, steps
|
28 |
return output.images
|
29 |
|
30 |
inputs = [
|
|
|
24 |
generator.manual_seed(seed)
|
25 |
|
26 |
images = [start_image, end_image]
|
27 |
+
output = pipe(image=images, steps=steps, generator=generator)
|
28 |
return output.images
|
29 |
|
30 |
inputs = [
|