ChenyangSi commited on
Commit
63c8acb
1 Parent(s): b23661a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with block:
155
 
156
  with gr.Group():
157
  with gr.Row():
158
- with gr.Accordion('FreeU Parameters: ', open=False):
159
  with gr.Row():
160
  b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
161
  minimum=1,
 
155
 
156
  with gr.Group():
157
  with gr.Row():
158
+ with gr.Accordion('FreeU Parameters(feel free to adjust these parameters based on your prompt): ', open=False):
159
  with gr.Row():
160
  b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
161
  minimum=1,