amildravid4292 commited on
Commit
84c309d
·
verified ·
1 Parent(s): bb7bc45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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⬇️", open=False):
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