Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ with gr.Blocks(css="#htext span {white-space: pre-line}") as demo:
|
|
17 |
with gr.Row():
|
18 |
with gr.Column():
|
19 |
ctrlsum_file = gr.File(label="Input File")
|
20 |
-
ctrlsum_str = gr.TextArea(label="Input String",
|
21 |
with gr.Column():
|
22 |
gr.Markdown("* Length 0 will exert no control over length.")
|
23 |
# ctrlsum_file_beams = gr.Number(label="Number of beams for beam search", value=1, precision=0)
|
|
|
17 |
with gr.Row():
|
18 |
with gr.Column():
|
19 |
ctrlsum_file = gr.File(label="Input File")
|
20 |
+
ctrlsum_str = gr.TextArea(label="Input String", max_lines=5)
|
21 |
with gr.Column():
|
22 |
gr.Markdown("* Length 0 will exert no control over length.")
|
23 |
# ctrlsum_file_beams = gr.Number(label="Number of beams for beam search", value=1, precision=0)
|