Gary3410 commited on
Commit
e3fa057
·
1 Parent(s): ed5246a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def create_instruct_demo():
70
  with gr.Blocks() as instruct_demo:
71
  with gr.Row():
72
  with gr.Column():
73
- scene_img = gr.Image(label='Scene', type='filepath', shape=(1024, 320), interactive=False)
74
  instruction = gr.Textbox(
75
  lines=2, label="Instruction")
76
  object_list = gr.Textbox(
 
70
  with gr.Blocks() as instruct_demo:
71
  with gr.Row():
72
  with gr.Column():
73
+ scene_img = gr.Image(label='Scene', type='filepath', shape=(1024, 320), height=320, width=1024, interactive=False)
74
  instruction = gr.Textbox(
75
  lines=2, label="Instruction")
76
  object_list = gr.Textbox(