Spaces:
Runtime error
Runtime error
FrozenBurning
commited on
Commit
·
57a8718
1
Parent(s):
f0b144f
Update app.py
Browse files
app.py
CHANGED
@@ -204,9 +204,9 @@ with gr.Blocks() as demo:
|
|
204 |
with gr.Column():
|
205 |
with gr.Row():
|
206 |
with gr.Column():
|
207 |
-
semantic = gr.Image(value='./test/colormap.png',type="pil", shape=(
|
208 |
with gr.Column():
|
209 |
-
height = gr.Image(value='./test/heightmap.png', type="pil", shape=(
|
210 |
with gr.Row():
|
211 |
# with gr.Column():
|
212 |
# image = gr.Image(type='pil', shape(540, 960))
|
|
|
204 |
with gr.Column():
|
205 |
with gr.Row():
|
206 |
with gr.Column():
|
207 |
+
semantic = gr.Image(value='./test/colormap.png',type="pil", shape=(512, 512))
|
208 |
with gr.Column():
|
209 |
+
height = gr.Image(value='./test/heightmap.png', type="pil", shape=(512, 512))
|
210 |
with gr.Row():
|
211 |
# with gr.Column():
|
212 |
# image = gr.Image(type='pil', shape(540, 960))
|