xp3857 commited on
Commit
f47bb49
1 Parent(s): 26f3f58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def ac():
27
  elif h != o:
28
  return(None)
29
  def im_pipe(put):
30
- return image = pipe(prompt, negative_prompt="blury").images[0]
31
 
32
  '''
33
  num_images_per_prompt=n_images,
 
27
  elif h != o:
28
  return(None)
29
  def im_pipe(put):
30
+ return pipe(put, negative_prompt="blury").images[0]
31
 
32
  '''
33
  num_images_per_prompt=n_images,