Spaces:
Running
Running
Bug fix
Browse files
utils.py
CHANGED
@@ -124,7 +124,7 @@ def latents_to_pil(latents):
|
|
124 |
return Image.fromarray(image[0])
|
125 |
|
126 |
|
127 |
-
def show_image(prompt, concept, guidance_type
|
128 |
|
129 |
for idx, sd in enumerate(styles_mapping.keys()):
|
130 |
if(sd == concept):
|
|
|
124 |
return Image.fromarray(image[0])
|
125 |
|
126 |
|
127 |
+
def show_image(prompt, concept, guidance_type):
|
128 |
|
129 |
for idx, sd in enumerate(styles_mapping.keys()):
|
130 |
if(sd == concept):
|