prithivMLmods commited on
Commit
64572b6
1 Parent(s): 3106667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ style_list = [
89
 
90
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
91
  STYLE_NAMES = list(styles.keys())
92
- DEFAULT_STYLE_NAME = "(3840 x 2160)"
93
 
94
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
95
  p, n = styles.get(style_name, styles[DEFAULT_STYLE_NAME])
 
89
 
90
  styles = {k["name"]: (k["prompt"], k["negative_prompt"]) for k in style_list}
91
  STYLE_NAMES = list(styles.keys())
92
+ DEFAULT_STYLE_NAME = "3840 x 2160"
93
 
94
  def apply_style(style_name: str, positive: str, negative: str = "") -> Tuple[str, str]:
95
  p, n = styles.get(style_name, styles[DEFAULT_STYLE_NAME])