ChenyangSi commited on
Commit
be102ba
·
1 Parent(s): 55853c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -124,23 +124,23 @@ with block:
124
  minimum=1,
125
  maximum=1.6,
126
  step=0.01,
127
- value=1)
128
  b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
129
  minimum=1,
130
  maximum=1.6,
131
  step=0.01,
132
- value=1)
133
  with gr.Accordion('FreeU Parameters: s', open=True):
134
  s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
135
  minimum=0,
136
  maximum=1,
137
  step=0.1,
138
- value=1)
139
  s2 = gr.Slider(label='s2: skip factor of the second stage block of decoder',
140
  minimum=0,
141
  maximum=1,
142
  step=0.1,
143
- value=1)
144
 
145
  with gr.Row():
146
  with gr.Group():
 
124
  minimum=1,
125
  maximum=1.6,
126
  step=0.01,
127
+ value=1.1)
128
  b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
129
  minimum=1,
130
  maximum=1.6,
131
  step=0.01,
132
+ value=1.2)
133
  with gr.Accordion('FreeU Parameters: s', open=True):
134
  s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
135
  minimum=0,
136
  maximum=1,
137
  step=0.1,
138
+ value=0.9)
139
  s2 = gr.Slider(label='s2: skip factor of the second stage block of decoder',
140
  minimum=0,
141
  maximum=1,
142
  step=0.1,
143
+ value=0.2)
144
 
145
  with gr.Row():
146
  with gr.Group():