Linoy Tsaban commited on
Commit
ee6d1aa
1 Parent(s): a93910d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,8 +143,8 @@ with gr.Blocks() as demo:
143
  tar_cfg_scale = gr.Number(value=15, label=f"Guidance Scale", interactive=True)
144
 
145
  # edit
146
- sega_edit_guidance = gr.Number(value=5, label=f"SEGA Edit Guidance Scale", interactive=True)
147
- warm_up = gr.Number(value=5, label=f"SEGA Warm-up Steps", interactive=True)
148
  neg_guidance = gr.Checkbox(label="SEGA Negative Guidance")
149
 
150
 
 
143
  tar_cfg_scale = gr.Number(value=15, label=f"Guidance Scale", interactive=True)
144
 
145
  # edit
146
+ sega_edit_guidance = gr.Number(value=10, label=f"SEGA Edit Guidance Scale", interactive=True)
147
+ warm_up = gr.Number(value=1, label=f"SEGA Warm-up Steps", interactive=True)
148
  neg_guidance = gr.Checkbox(label="SEGA Negative Guidance")
149
 
150