FrozenBurning commited on
Commit
14a0989
1 Parent(s): 5390759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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", shape=(512, 512))
133
  with gr.Column():
134
- height = gr.Image(value='./test/heightmap.png', type="pil", shape=(512, 512))
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))