Soumen commited on
Commit
382b684
·
1 Parent(s): bc02731

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def engsum(text):
72
  truncation=True)
73
  summary_ids = model.generate(inputs, max_length=150, min_length=80, length_penalty=5., num_beams=2)
74
  summary = tokenizer.decode(summary_ids[0])
75
- st.success(summary[5:-2])
76
  @st.cache(suppress_st_warning=True)
77
  def bansum(text):
78
  def query(payload):
 
72
  truncation=True)
73
  summary_ids = model.generate(inputs, max_length=150, min_length=80, length_penalty=5., num_beams=2)
74
  summary = tokenizer.decode(summary_ids[0])
75
+ st.success(summary[5:-4])
76
  @st.cache(suppress_st_warning=True)
77
  def bansum(text):
78
  def query(payload):