ChenyangSi commited on
Commit
5b111e3
1 Parent(s): 17dc706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with block:
172
  minimum=0,
173
  maximum=1,
174
  step=0.1,
175
- value=0.9)
176
  s2 = gr.Slider(label='s2: skip factor of the second stage block of decoder',
177
  minimum=0,
178
  maximum=1,
 
172
  minimum=0,
173
  maximum=1,
174
  step=0.1,
175
+ value=0.2)
176
  s2 = gr.Slider(label='s2: skip factor of the second stage block of decoder',
177
  minimum=0,
178
  maximum=1,