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