Spaces:
Runtime error
Runtime error
Commit
·
7a82e60
1
Parent(s):
35ef96b
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with block:
|
|
161 |
minimum=1,
|
162 |
maximum=2.0,
|
163 |
step=0.01,
|
164 |
-
value=1.
|
165 |
b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
|
166 |
minimum=1,
|
167 |
maximum=2.0,
|
@@ -172,7 +172,7 @@ with block:
|
|
172 |
minimum=0,
|
173 |
maximum=1,
|
174 |
step=0.1,
|
175 |
-
value=0.
|
176 |
s2 = gr.Slider(label='s2: skip factor of the second stage block of decoder',
|
177 |
minimum=0,
|
178 |
maximum=1,
|
|
|
161 |
minimum=1,
|
162 |
maximum=2.0,
|
163 |
step=0.01,
|
164 |
+
value=1.4)
|
165 |
b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
|
166 |
minimum=1,
|
167 |
maximum=2.0,
|
|
|
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,
|