K00B404 commited on
Commit
52bd1b1
·
verified ·
1 Parent(s): ceed718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -128,8 +128,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
128
  with gr.Accordion("Advanced Settings", open=False):
129
  enable_enhancement = gr.Checkbox(
130
  label="Enable Prompt Enhancement",
131
- value=True,
132
- description="Enable or disable automatic prompt enhancement"
133
  )
134
  negative_prompt = gr.Textbox(
135
  label="Negative Prompt",
 
128
  with gr.Accordion("Advanced Settings", open=False):
129
  enable_enhancement = gr.Checkbox(
130
  label="Enable Prompt Enhancement",
131
+ value=True
 
132
  )
133
  negative_prompt = gr.Textbox(
134
  label="Negative Prompt",