chinhon commited on
Commit
ae2ac41
1 Parent(s): 142cec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def clean_text(text):
22
  return text
23
 
24
 
25
- model_name = "chinhon/pegasus-newsroom-headline_writer_oct22"
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)