Spaces:
Runtime error
Runtime error
Commit
·
5129a2d
1
Parent(s):
9455659
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ print('Using model {}\n'.format(model_name))
|
|
29 |
|
30 |
|
31 |
|
32 |
-
def lincoln(content
|
33 |
summary_text = ""
|
34 |
for i, paragraph in enumerate(content.split("\n\n")):
|
35 |
# get rid of empty paragraphs and one word paras and extra whitespaces
|
|
|
29 |
|
30 |
|
31 |
|
32 |
+
def lincoln(content):
|
33 |
summary_text = ""
|
34 |
for i, paragraph in enumerate(content.split("\n\n")):
|
35 |
# get rid of empty paragraphs and one word paras and extra whitespaces
|