Thafx commited on
Commit
4d0668a
1 Parent(s): d5e2c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ Have Fun & Enjoy ⚡ <a href="https://www.thafx.com"><abbr title="Website">//THA
151
  with gr.Tab("Options"):
152
  with gr.Group():
153
  neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
154
- auto_prefix = gr.Checkbox(label="Prefix styling tokens automatically (portrait+ style,)", value=prefix, visible=prefix)
155
 
156
  with gr.Row():
157
  guidance = gr.Slider(label="Guidance scale", value=7, maximum=15)
 
151
  with gr.Tab("Options"):
152
  with gr.Group():
153
  neg_prompt = gr.Textbox(label="Negative prompt", placeholder="What to exclude from the image")
154
+ auto_prefix = gr.Checkbox(label="Prefix styling tokens automatically (lomo style,)", value=prefix, visible=prefix)
155
 
156
  with gr.Row():
157
  guidance = gr.Slider(label="Guidance scale", value=7, maximum=15)