Spaces:
Running
on
A10G
Running
on
A10G
FrozenBurning
commited on
Commit
•
14a0989
1
Parent(s):
5390759
Update app.py
Browse files
app.py
CHANGED
@@ -129,9 +129,9 @@ with gr.Blocks() as demo:
|
|
129 |
with gr.Column():
|
130 |
with gr.Row():
|
131 |
with gr.Column():
|
132 |
-
semantic = gr.Image(value='./test/colormap.png',type="pil",
|
133 |
with gr.Column():
|
134 |
-
height = gr.Image(value='./test/heightmap.png', type="pil",
|
135 |
with gr.Row():
|
136 |
# with gr.Column():
|
137 |
# image = gr.Image(type='pil', shape(540, 960))
|
|
|
129 |
with gr.Column():
|
130 |
with gr.Row():
|
131 |
with gr.Column():
|
132 |
+
semantic = gr.Image(value='./test/colormap.png',type="pil", height=512, width=512)
|
133 |
with gr.Column():
|
134 |
+
height = gr.Image(value='./test/heightmap.png', type="pil", height=512, width=512)
|
135 |
with gr.Row():
|
136 |
# with gr.Column():
|
137 |
# image = gr.Image(type='pil', shape(540, 960))
|