Spaces:
Runtime error
Runtime error
Commit
·
e5046a6
1
Parent(s):
a560a2b
Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,11 @@ with block:
|
|
148 |
maximum=1,
|
149 |
step=0.1,
|
150 |
value=1)
|
|
|
|
|
|
|
|
|
|
|
151 |
|
152 |
with gr.Row():
|
153 |
with gr.Column(min_width=256) as c1:
|
|
|
148 |
maximum=1,
|
149 |
step=0.1,
|
150 |
value=1)
|
151 |
+
s3 = gr.Slider(label='s3: skip factor of the second stage block of decoder',
|
152 |
+
minimum=0,
|
153 |
+
maximum=1,
|
154 |
+
step=0.1,
|
155 |
+
value=1)
|
156 |
|
157 |
with gr.Row():
|
158 |
with gr.Column(min_width=256) as c1:
|