Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, model=D
|
|
84 |
"output_type":"pil",
|
85 |
}
|
86 |
|
87 |
-
images =
|
88 |
image_paths = [save_image(img, seed) for img in images]
|
89 |
print(image_paths)
|
90 |
return image_paths
|
|
|
84 |
"output_type":"pil",
|
85 |
}
|
86 |
|
87 |
+
images = repo(**parameters).images
|
88 |
image_paths = [save_image(img, seed) for img in images]
|
89 |
print(image_paths)
|
90 |
return image_paths
|