Gary3410 commited on
Commit
aaafdf6
1 Parent(s): 2f0d54b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def create_instruct_demo():
76
  lines=5, label="Object List", placeholder="Please click one from the examples below", interactive=False)
77
 
78
  instruction = gr.Textbox(
79
- lines=2, label="Instruction", placeholder="Please input the instruction")
80
  max_len = gr.Slider(minimum=256, maximum=1024,
81
  value=1024, label="Max length")
82
  with gr.Accordion(label='Advanced options', open=False):
 
76
  lines=5, label="Object List", placeholder="Please click one from the examples below", interactive=False)
77
 
78
  instruction = gr.Textbox(
79
+ lines=2, label="Instruction", placeholder="Please input the instruction. E.g.Please turn on the lamp")
80
  max_len = gr.Slider(minimum=256, maximum=1024,
81
  value=1024, label="Max length")
82
  with gr.Accordion(label='Advanced options', open=False):