Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def generate(input=DEFAULT_INPUT, negative_input=DEFAULT_NEGATIVE_INPUT, height=
|
|
77 |
"output_type":"pil",
|
78 |
}
|
79 |
|
80 |
-
images = model(**parameters).images
|
81 |
image_paths = [save_image(img) for img in images]
|
82 |
return image_paths, seed
|
83 |
|
|
|
77 |
"output_type":"pil",
|
78 |
}
|
79 |
|
80 |
+
images = model(**parameters).images
|
81 |
image_paths = [save_image(img) for img in images]
|
82 |
return image_paths, seed
|
83 |
|