Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def ac():
|
|
27 |
elif h != o:
|
28 |
return(None)
|
29 |
def im_pipe(put):
|
30 |
-
return
|
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,
|