Spaces:
Runtime error
Runtime error
root
commited on
Commit
•
cb1e213
1
Parent(s):
f2308eb
Adjust the layout
Browse files
app.py
CHANGED
@@ -263,7 +263,7 @@ if __name__ == "__main__":
|
|
263 |
show_label=True,
|
264 |
interactive=True,
|
265 |
)
|
266 |
-
with gr.Row().style(mobile_collapse=False, equal_height=True
|
267 |
sr_option = gr.Checkbox(value=False, label="是否使用超分(Whether to use super-resolution)")
|
268 |
|
269 |
gallery = gr.Gallery(
|
|
|
263 |
show_label=True,
|
264 |
interactive=True,
|
265 |
)
|
266 |
+
with gr.Row(visible=False).style(mobile_collapse=False, equal_height=True):
|
267 |
sr_option = gr.Checkbox(value=False, label="是否使用超分(Whether to use super-resolution)")
|
268 |
|
269 |
gallery = gr.Gallery(
|