Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def generate(
|
|
105 |
generator=generator,
|
106 |
output_type="pil",
|
107 |
).images
|
108 |
-
|
109 |
|
110 |
examples = [
|
111 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|
|
|
105 |
generator=generator,
|
106 |
output_type="pil",
|
107 |
).images
|
108 |
+
return image
|
109 |
|
110 |
examples = [
|
111 |
"Astronaut in a jungle, cold color palette, muted colors, detailed, 8k",
|