Gary3410 commited on
Commit
43d84f5
·
1 Parent(s): d229a8a

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=20, label="Output")
82
 
83
  inputs = [scene_img, object_list, instruction, max_len, top_k, temp]
84
 
 
78
  run_botton = gr.Button("Run")
79
 
80
  with gr.Column():
81
+ outputs = gr.Textbox(lines=50, label="Output")
82
 
83
  inputs = [scene_img, object_list, instruction, max_len, top_k, temp]
84