Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def clean_text(text):
|
|
21 |
return text
|
22 |
|
23 |
|
24 |
-
modchoice_1 = "chinhon/bart-large-
|
25 |
|
26 |
def summarizer1(text):
|
27 |
input_text = clean_text(text)
|
|
|
21 |
return text
|
22 |
|
23 |
|
24 |
+
modchoice_1 = "chinhon/bart-large-cnn_summarizer_30216"
|
25 |
|
26 |
def summarizer1(text):
|
27 |
input_text = clean_text(text)
|