Bobby commited on
Commit
2111e59
·
1 Parent(s): e170fe5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -374,7 +374,7 @@ def process_image(
374
  detect_resolution=preprocess_resolution,
375
  )
376
  if style_selection is not None or style_selection != "None":
377
- prompt = "Photo from Pinterest of " + apply_style(style_selection) + "," + prompt + " " + a_prompt
378
  else:
379
  prompt=str(get_prompt(prompt, a_prompt))
380
  negative_prompt=str(n_prompt)
 
374
  detect_resolution=preprocess_resolution,
375
  )
376
  if style_selection is not None or style_selection != "None":
377
+ prompt = "Photo from Pinterest of " + apply_style(style_selection) + " " + prompt + " " + a_prompt
378
  else:
379
  prompt=str(get_prompt(prompt, a_prompt))
380
  negative_prompt=str(n_prompt)