ChenyangSi commited on
Commit
7b5b0c2
·
1 Parent(s): ed16a12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,12 +161,12 @@ with block:
161
  minimum=1,
162
  maximum=1.6,
163
  step=0.01,
164
- value=1.1)
165
  b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
166
  minimum=1,
167
  maximum=1.6,
168
  step=0.01,
169
- value=1.2)
170
  with gr.Row():
171
  s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
172
  minimum=0,
 
161
  minimum=1,
162
  maximum=1.6,
163
  step=0.01,
164
+ value=1.6)
165
  b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
166
  minimum=1,
167
  maximum=1.6,
168
  step=0.01,
169
+ value=1.6)
170
  with gr.Row():
171
  s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
172
  minimum=0,