Spaces:
Runtime error
Runtime error
Commit
·
5b111e3
1
Parent(s):
17dc706
Update app.py
Browse files
app.py
CHANGED
@@ -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,
|
|
|
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,
|