Respair commited on
Commit
930f74a
·
verified ·
1 Parent(s): 3593633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -170,11 +170,11 @@ with gr.Blocks(theme="Respair/Shiki@10.1.0", css=css) as demo:
170
  gr.Markdown('<h3 style="color: #FFD700;">Style / CFG Parameters</h3>')
171
 
172
  cfg_text_slider = gr.Slider(
173
- label="CFG Text", minimum=0.5, maximum=3.0, value=1.2, step=0.05,
174
  )
175
  cfg_style_slider = gr.Slider(
176
  label="CFG Style",
177
- minimum=0.5, maximum=3.0, value=1.4, step=0.1,
178
  )
179
 
180
  gr.Markdown('<h3 style="color: #FFD700;">Sampling Parameters</h3>')
 
170
  gr.Markdown('<h3 style="color: #FFD700;">Style / CFG Parameters</h3>')
171
 
172
  cfg_text_slider = gr.Slider(
173
+ label="CFG Text", minimum=0.5, maximum=3.0, value=1.15, step=0.05,
174
  )
175
  cfg_style_slider = gr.Slider(
176
  label="CFG Style",
177
+ minimum=0.5, maximum=3.0, value=1.3, step=0.1,
178
  )
179
 
180
  gr.Markdown('<h3 style="color: #FFD700;">Sampling Parameters</h3>')