Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def clean_text(text):
|
|
22 |
return text
|
23 |
|
24 |
|
25 |
-
model_name = "chinhon/pegasus-newsroom-
|
26 |
|
27 |
def headline_writer(text):
|
28 |
input_text = clean_text(text)
|
|
|
22 |
return text
|
23 |
|
24 |
|
25 |
+
model_name = "chinhon/pegasus-newsroom-headline_writer_57k"
|
26 |
|
27 |
def headline_writer(text):
|
28 |
input_text = clean_text(text)
|