gokaygokay commited on
Commit
a5af738
1 Parent(s): c26cea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondar
179
  with gr.Accordion("Advanced Settings", open=False):
180
  text_prompt = gr.Textbox(label="Text Prompt (optional, used if no image is uploaded)")
181
  use_enhancer = gr.Checkbox(label="Use Prompt Enhancer", value=False)
182
- model_choice = gr.Radio(["Medium", "Long"], label="Enhancer Model", value="Long")
183
  negative_prompt = gr.Textbox(label="Negative Prompt")
184
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
185
  randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)
 
179
  with gr.Accordion("Advanced Settings", open=False):
180
  text_prompt = gr.Textbox(label="Text Prompt (optional, used if no image is uploaded)")
181
  use_enhancer = gr.Checkbox(label="Use Prompt Enhancer", value=False)
182
+ model_choice = gr.Radio(["Medium", "Long"], label="Enhancer Model", value="Medium")
183
  negative_prompt = gr.Textbox(label="Negative Prompt")
184
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
185
  randomize_seed = gr.Checkbox(label="Randomize Seed", value=True)