Shivam29rathore commited on
Commit
700f327
·
1 Parent(s): 592d17f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def finbert(word):
130
  words.append(text)
131
  summary = " ".join(words)
132
 
133
- return (summary,len(word),len(summary))
134
 
135
 
136
  def pegasus(text):
 
130
  words.append(text)
131
  summary = " ".join(words)
132
 
133
+ return (summary," Length of Input:---->"+str(len(word))," Length of Output:----> "+str(len(summary)))
134
 
135
 
136
  def pegasus(text):