Dekonstruktio commited on
Commit
fc48af3
·
verified ·
1 Parent(s): 031d51b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ with gr.Blocks() as demo:
254
  lora_adapter = gr.Dropdown(
255
  label="Choose Editing Style",
256
  choices=["Photo-to-Anime", "Multiple-Angles", "Light-Restoration", "Multi-Angle-Lighting", "Upscale-Image", "Relight", "Next-Scene", "Edit-Skin"],
257
- value="Relight"
258
  )
259
  with gr.Accordion("Advanced Settings", open=True, visible=True):
260
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)
 
254
  lora_adapter = gr.Dropdown(
255
  label="Choose Editing Style",
256
  choices=["Photo-to-Anime", "Multiple-Angles", "Light-Restoration", "Multi-Angle-Lighting", "Upscale-Image", "Relight", "Next-Scene", "Edit-Skin"],
257
+ value="Light-Restoration"
258
  )
259
  with gr.Accordion("Advanced Settings", open=True, visible=True):
260
  seed = gr.Slider(label="Seed", minimum=0, maximum=MAX_SEED, step=1, value=0)