Spaces:
Running
Running
dragonSwing
commited on
Commit
•
db1380f
1
Parent(s):
9634227
Fix app layout
Browse files
app.py
CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks(css="style.css", title=title) as demo:
|
|
302 |
label="Generated images", show_label=False, elem_id="gallery"
|
303 |
).style(preview=True, grid=2, object_fit="scale-down")
|
304 |
meta_file = gr.File(label="Metadata file")
|
305 |
-
with gr.
|
306 |
gr.Examples(
|
307 |
[
|
308 |
["examples/dog.png", "auto", ""],
|
|
|
302 |
label="Generated images", show_label=False, elem_id="gallery"
|
303 |
).style(preview=True, grid=2, object_fit="scale-down")
|
304 |
meta_file = gr.File(label="Metadata file")
|
305 |
+
with gr.Column(elem_classes=["container"]):
|
306 |
gr.Examples(
|
307 |
[
|
308 |
["examples/dog.png", "auto", ""],
|