Spaces:
Running
Running
dragonSwing
commited on
Commit
•
7c10976
1
Parent(s):
57cd0c4
Fix app layout
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks(css="style.css", title=title) as demo:
|
|
114 |
with gr.Column(scale=3):
|
115 |
output_image = gr.Image(type="numpy", label="Output image")
|
116 |
|
117 |
-
with gr.
|
118 |
gr.Examples(
|
119 |
[
|
120 |
["examples/landscape.jpg", "general", 2],
|
|
|
114 |
with gr.Column(scale=3):
|
115 |
output_image = gr.Image(type="numpy", label="Output image")
|
116 |
|
117 |
+
with gr.Column(elem_classes=["container"]):
|
118 |
gr.Examples(
|
119 |
[
|
120 |
["examples/landscape.jpg", "general", 2],
|