derina commited on
Commit
3f0b748
1 Parent(s): a2f7601

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ gr.Interface(
16
  fn=summarize,
17
  inputs=[
18
  gr.inputs.Textbox(label="Input Text", lines=12, placeholder="Enter text to summarize here"),
19
- gr.inputs.Slider(60, 1000, value=400, label="Max summary length")
20
  ],
21
  outputs=gr.outputs.Textbox(type="text", label="Summary"),
22
  title=title,
 
16
  fn=summarize,
17
  inputs=[
18
  gr.inputs.Textbox(label="Input Text", lines=12, placeholder="Enter text to summarize here"),
19
+ gr.inputs.Slider(60, 1000, default=400, label="Max summary length")
20
  ],
21
  outputs=gr.outputs.Textbox(type="text", label="Summary"),
22
  title=title,