Spaces:
Running
on
Zero
Running
on
Zero
gradio
Browse files
app.py
CHANGED
@@ -307,20 +307,20 @@ if __name__ == "__main__":
|
|
307 |
""")
|
308 |
|
309 |
with gr.Row(elem_id="example-images"):
|
310 |
-
gr.
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
gr.
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
|
325 |
with gr.Accordion("More info", open=False):
|
326 |
gr.Markdown(
|
|
|
307 |
""")
|
308 |
|
309 |
with gr.Row(elem_id="example-images"):
|
310 |
+
with gr.Column(elem_classes=["example-image"]):
|
311 |
+
gr.Image(
|
312 |
+
value="before.jpg",
|
313 |
+
label="Before",
|
314 |
+
show_label=True,
|
315 |
+
interactive=False,
|
316 |
+
)
|
317 |
+
with gr.Column(elem_classes=["example-image"]):
|
318 |
+
gr.Image(
|
319 |
+
value="after.jpg",
|
320 |
+
label="After",
|
321 |
+
show_label=True,
|
322 |
+
interactive=False,
|
323 |
+
)
|
324 |
|
325 |
with gr.Accordion("More info", open=False):
|
326 |
gr.Markdown(
|