CreitinGameplays casual510 commited on
Commit
23d6bb0
1 Parent(s): f5292fc

Update app.py (#4)

Browse files

- Update app.py (354066d092ea0fd8783aae806ffeb6f231434645)


Co-authored-by: Januar Tempting <casual510@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ style_list = [
66
  ]
67
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
68
  STYLE_NAMES = list(styles.keys())
69
- DEFAULT_STYLE_NAME = "(No style)"
70
 
71
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
72
  p, n = styles.get(style_name, styles[DEFAULT_STYLE_NAME])
 
66
  ]
67
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
68
  STYLE_NAMES = list(styles.keys())
69
+ DEFAULT_STYLE_NAME = "(LoRA)"
70
 
71
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
72
  p, n = styles.get(style_name, styles[DEFAULT_STYLE_NAME])