mswhite commited on
Commit
6183836
·
verified ·
1 Parent(s): 09344e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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):