Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,12 +63,12 @@ css="""
|
|
| 63 |
|
| 64 |
#title-container {
|
| 65 |
margin: 0 auto;
|
| 66 |
-
max-width:
|
| 67 |
}
|
| 68 |
|
| 69 |
#main-container {
|
| 70 |
margin: 0 auto;
|
| 71 |
-
max-width:
|
| 72 |
}
|
| 73 |
"""
|
| 74 |
|
|
@@ -309,14 +309,6 @@ with gr.Blocks(css=css, title="ViPer Demo", theme=gr.themes.Base()) as demo:
|
|
| 309 |
|
| 310 |
""")
|
| 311 |
with gr.Row(elem_id="main-container"):
|
| 312 |
-
with gr.Column(elem_id="col-container"):
|
| 313 |
-
gallery = gr.Gallery(
|
| 314 |
-
value=comment_images,
|
| 315 |
-
label="",
|
| 316 |
-
show_label=False,
|
| 317 |
-
columns=[5],
|
| 318 |
-
rows=[11],
|
| 319 |
-
object_fit="contain",)
|
| 320 |
|
| 321 |
with gr.Column(elem_id="col-container"):
|
| 322 |
|
|
|
|
| 63 |
|
| 64 |
#title-container {
|
| 65 |
margin: 0 auto;
|
| 66 |
+
max-width: 1340px;
|
| 67 |
}
|
| 68 |
|
| 69 |
#main-container {
|
| 70 |
margin: 0 auto;
|
| 71 |
+
max-width: 1340px;
|
| 72 |
}
|
| 73 |
"""
|
| 74 |
|
|
|
|
| 309 |
|
| 310 |
""")
|
| 311 |
with gr.Row(elem_id="main-container"):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 312 |
|
| 313 |
with gr.Column(elem_id="col-container"):
|
| 314 |
|