Gary3410 commited on
Commit
fe695a6
·
1 Parent(s): c4f5222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def create_instruct_demo():
88
  with gr.Column():
89
  outputs = gr.Textbox(lines=20, label="Output")
90
 
91
- inputs = [scene_img, instruction, object_list, max_len, top_k, temp]
92
 
93
  # 接下来设定具体的example格式
94
  examples = []
 
88
  with gr.Column():
89
  outputs = gr.Textbox(lines=20, label="Output")
90
 
91
+ inputs = [scene_img, instruction, object_list, max_len, temp, top_k]
92
 
93
  # 接下来设定具体的example格式
94
  examples = []