Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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")
|