Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
| 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)
|