Gary3410 commited on
Commit
c8e5690
·
1 Parent(s): 7d0fd15

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def create_instruct_demo():
78
  run_botton = gr.Button("Run")
79
 
80
  with gr.Column():
81
- outputs = gr.Textbox(lines=50, label="Output")
82
 
83
  inputs = [scene_img, instruction, object_list, max_len, top_k, temp]
84
 
 
78
  run_botton = gr.Button("Run")
79
 
80
  with gr.Column():
81
+ outputs = gr.Textbox(lines=20, label="Output")
82
 
83
  inputs = [scene_img, instruction, object_list, max_len, top_k, temp]
84