Bobby commited on
Commit
dfc82b7
·
1 Parent(s): 99b2d33
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -358,7 +358,7 @@ def process_image(
358
  image_resolution=image_resolution,
359
  detect_resolution=preprocess_resolution,
360
  )
361
- if style_selection != "None" or style_selection != "":
362
  prompt = apply_style(style_selection)
363
 
364
  custom_prompt=str(get_prompt(prompt, a_prompt))
 
358
  image_resolution=image_resolution,
359
  detect_resolution=preprocess_resolution,
360
  )
361
+ if style_selection != "None" or style_selection != None:
362
  prompt = apply_style(style_selection)
363
 
364
  custom_prompt=str(get_prompt(prompt, a_prompt))