Spaces:
Runtime error
Runtime error
Commit
·
700f327
1
Parent(s):
592d17f
Update app.py
Browse files
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):
|