Spaces:
Running
on
Zero
Running
on
Zero
Bobby
commited on
Commit
·
dfc82b7
1
Parent(s):
99b2d33
mini ui
Browse files
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))
|