Spaces:
Running
Running
雷娃
commited on
Commit
·
2ba773c
1
Parent(s):
77b7aca
modify the layout of input and output
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ with gr.Blocks(css="""
|
|
59 |
)
|
60 |
|
61 |
with gr.Row():
|
62 |
-
max_tokens_slider = gr.Slider(minimum=
|
63 |
|
64 |
# output_box = gr.Textbox(lines=10, label="Response")
|
65 |
output_box = gr.Markdown(label="Response", elem_id="markdown-output")
|
|
|
59 |
)
|
60 |
|
61 |
with gr.Row():
|
62 |
+
max_tokens_slider = gr.Slider(minimum=128, maximum=2048, step=16, label="Generated length")
|
63 |
|
64 |
# output_box = gr.Textbox(lines=10, label="Response")
|
65 |
output_box = gr.Markdown(label="Response", elem_id="markdown-output")
|