Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -504,7 +504,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
504 |
a4 = gr.Slider(label="- Thick Eyebrows +", value=0, step=0.001, minimum=-1, maximum=1, interactive=True)
|
505 |
|
506 |
|
507 |
-
with gr.Accordion("Advanced Options", open=False):
|
508 |
with gr.Tab("Generation"):
|
509 |
with gr.Row():
|
510 |
cfg= gr.Slider(label="CFG", value=3.0, step=0.1, minimum=0, maximum=10, interactive=True)
|
@@ -527,7 +527,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
527 |
file_input = gr.File(label="Upload Model", container=True)
|
528 |
|
529 |
|
530 |
-
with gr.Accordion("💡Instructions & Tips
|
531 |
gr.Markdown(help_text1)
|
532 |
gr.Markdown(help_text2)
|
533 |
|
|
|
504 |
a4 = gr.Slider(label="- Thick Eyebrows +", value=0, step=0.001, minimum=-1, maximum=1, interactive=True)
|
505 |
|
506 |
|
507 |
+
with gr.Accordion("Advanced Options ⬇️", open=False):
|
508 |
with gr.Tab("Generation"):
|
509 |
with gr.Row():
|
510 |
cfg= gr.Slider(label="CFG", value=3.0, step=0.1, minimum=0, maximum=10, interactive=True)
|
|
|
527 |
file_input = gr.File(label="Upload Model", container=True)
|
528 |
|
529 |
|
530 |
+
with gr.Accordion("💡Instructions & Tips", open=False):
|
531 |
gr.Markdown(help_text1)
|
532 |
gr.Markdown(help_text2)
|
533 |
|