Spaces:
Runtime error
Runtime error
Commit
·
7f15b2e
1
Parent(s):
f19876a
Update app.py
Browse files
app.py
CHANGED
@@ -190,12 +190,12 @@ with block:
|
|
190 |
minimum=1,
|
191 |
maximum=2.0,
|
192 |
step=0.01,
|
193 |
-
value=1.
|
194 |
b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
|
195 |
minimum=1,
|
196 |
maximum=2.0,
|
197 |
step=0.01,
|
198 |
-
value=1.
|
199 |
with gr.Row():
|
200 |
s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
|
201 |
minimum=0,
|
|
|
190 |
minimum=1,
|
191 |
maximum=2.0,
|
192 |
step=0.01,
|
193 |
+
value=1.3)
|
194 |
b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
|
195 |
minimum=1,
|
196 |
maximum=2.0,
|
197 |
step=0.01,
|
198 |
+
value=1.4)
|
199 |
with gr.Row():
|
200 |
s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
|
201 |
minimum=0,
|