HemaAM commited on
Commit
d97d0c3
1 Parent(s): 88e3ee7
Files changed (1) hide show
  1. utils.py +1 -1
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, seed):
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):