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