Andrei Cozma commited on
Commit
cb6905e
·
1 Parent(s): 39c1d64
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -347,7 +347,7 @@ with gr.Blocks(title="CS581 Demo") as demo:
347
  input_render_fps.change(change_render_fps, inputs=[input_render_fps])
348
 
349
  out_image_frame = gr.components.Image(
350
- label="Environment", type="numpy", image_mode="RGB", shape=(384, 768)
351
  )
352
 
353
  with gr.Row():
 
347
  input_render_fps.change(change_render_fps, inputs=[input_render_fps])
348
 
349
  out_image_frame = gr.components.Image(
350
+ label="Environment", type="numpy", image_mode="RGB", shape=(512, 768)
351
  )
352
 
353
  with gr.Row():