Gladiator commited on
Commit
8c80b2b
·
1 Parent(s): 13a4332

6 sentence summary

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if __name__ == "__main__":
44
  text="Creating extractive summary. This might take a few seconds ..."
45
  ):
46
  ext_model = Summarizer()
47
- summarized_text = ext_model(inp_text, num_sentences=5)
48
 
49
  elif summarize_type == "Abstractive":
50
  with st.spinner(
 
44
  text="Creating extractive summary. This might take a few seconds ..."
45
  ):
46
  ext_model = Summarizer()
47
+ summarized_text = ext_model(inp_text, num_sentences=6)
48
 
49
  elif summarize_type == "Abstractive":
50
  with st.spinner(