Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ pipe.safety_checker = lambda images, **kwargs: (images, [False] * len(images))
|
|
| 35 |
# Sample Prompt - "bright clean clear illustration side profile of a woman wearing pink lipstick p_nagel"
|
| 36 |
|
| 37 |
def nagelize(text):
|
| 38 |
-
prompt = "" + text
|
| 39 |
return pipe(prompt).images[0]
|
| 40 |
|
| 41 |
#def nagelize_me(source_image):
|
|
|
|
| 35 |
# Sample Prompt - "bright clean clear illustration side profile of a woman wearing pink lipstick p_nagel"
|
| 36 |
|
| 37 |
def nagelize(text):
|
| 38 |
+
prompt = "mini_mw_lgo" + text
|
| 39 |
return pipe(prompt).images[0]
|
| 40 |
|
| 41 |
#def nagelize_me(source_image):
|