Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,8 +21,8 @@ def get_prompt(prompt):
|
|
| 21 |
|
| 22 |
def generate_images(prompt):
|
| 23 |
print('calling diffusion lens')
|
| 24 |
-
|
| 25 |
-
return
|
| 26 |
|
| 27 |
|
| 28 |
|
|
|
|
| 21 |
|
| 22 |
def generate_images(prompt):
|
| 23 |
print('calling diffusion lens')
|
| 24 |
+
images = get_images(prompt, skip_layers=1)
|
| 25 |
+
return images[0]
|
| 26 |
|
| 27 |
|
| 28 |
|