SarahMarzouq commited on
Commit
a529c53
·
verified ·
1 Parent(s): 0c2334d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ interface = gr.Interface(
20
  fn=summarization_fun,
21
  inputs=[gr.Textbox(label="Enter your Text That you want to summarize it", lines=10),
22
  gr.Slider(minimum=10, maximum=50, step=1, label="Minimum"),
23
- gr.Slider(minimum=50, maximum=100, step=1, label="Maximum")],
24
  outputs=gr.Textbox(label="The summurized text"),
25
  examples=ex,
26
  css=custom_css)
 
20
  fn=summarization_fun,
21
  inputs=[gr.Textbox(label="Enter your Text That you want to summarize it", lines=10),
22
  gr.Slider(minimum=10, maximum=50, step=1, label="Minimum"),
23
+ gr.Slider(minimum=50, maximum=150, step=1, label="Maximum")],
24
  outputs=gr.Textbox(label="The summurized text"),
25
  examples=ex,
26
  css=custom_css)