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