Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
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 = []
|