wing-nus commited on
Commit
c6a3edf
1 Parent(s): 126d720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", lines=5, 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)
 
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)