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