MrGanesh commited on
Commit
9b3a84b
1 Parent(s): 3a8f344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ with st.spinner("Generating Patent Summary.."):
18
  if button and sentence:
19
  #chunks = generate_chunks(sentence)
20
  res = summarize(sentence,
21
- max_length=200,
22
  min_length=100,
23
  truncation=True,
24
  #do_sample=do_sample
 
18
  if button and sentence:
19
  #chunks = generate_chunks(sentence)
20
  res = summarize(sentence,
21
+ max_length=500,
22
  min_length=100,
23
  truncation=True,
24
  #do_sample=do_sample