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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -159,12 +159,12 @@ with block:
159
  with gr.Row():
160
  b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
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():
 
159
  with gr.Row():
160
  b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
161
  minimum=1,
162
+ maximum=2.0,
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=2.0,
168
  step=0.01,
169
  value=1.6)
170
  with gr.Row():