Spaces:
Runtime error
Runtime error
Commit
·
43a295c
1
Parent(s):
87a7b84
Update app.py
Browse files
app.py
CHANGED
@@ -130,12 +130,12 @@ with block:
|
|
130 |
b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
|
131 |
minimum=1,
|
132 |
maximum=1.6,
|
133 |
-
step=0.
|
134 |
value=1)
|
135 |
b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
|
136 |
minimum=1,
|
137 |
maximum=1.6,
|
138 |
-
step=0.
|
139 |
value=1)
|
140 |
s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
|
141 |
minimum=0,
|
|
|
130 |
b1 = gr.Slider(label='b1: backbone factor of the first stage block of decoder',
|
131 |
minimum=1,
|
132 |
maximum=1.6,
|
133 |
+
step=0.1,
|
134 |
value=1)
|
135 |
b2 = gr.Slider(label='b2: backbone factor of the second stage block of decoder',
|
136 |
minimum=1,
|
137 |
maximum=1.6,
|
138 |
+
step=0.1,
|
139 |
value=1)
|
140 |
s1 = gr.Slider(label='s1: skip factor of the first stage block of decoder',
|
141 |
minimum=0,
|