mswhite commited on
Commit
7ca5873
·
1 Parent(s): f6a43f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ pipe_img = pipe_img.to("cuda")
25
 
26
  def nagelize(text):
27
  prompt = "p_nagel detailed illustration of " + text + " bright solid colors"
28
- return pipe(prompt,num_inference_steps=400).images[0]
29
 
30
  def nagelize_me(source_image):
31
  prompt = "p_nagel p_nagel illustration bright solid colors"
 
25
 
26
  def nagelize(text):
27
  prompt = "p_nagel detailed illustration of " + text + " bright solid colors"
28
+ return pipe(prompt).images[0]
29
 
30
  def nagelize_me(source_image):
31
  prompt = "p_nagel p_nagel illustration bright solid colors"