Gary3410 commited on
Commit
2c6b912
·
1 Parent(s): 17e7222

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def create_instruct_demo():
81
  with gr.Column():
82
  outputs = gr.Textbox(lines=10, label="Output")
83
 
84
- inputs = [instruction, object_list, max_len, top_k, temp]
85
 
86
  # 接下来设定具体的example格式
87
  examples_img_list = glob.glob("caption_demo/*.png")
 
81
  with gr.Column():
82
  outputs = gr.Textbox(lines=10, label="Output")
83
 
84
+ inputs = [scene_img, instruction, object_list, max_len, top_k, temp]
85
 
86
  # 接下来设定具体的example格式
87
  examples_img_list = glob.glob("caption_demo/*.png")