chinhon commited on
Commit
58d8537
·
1 Parent(s): 89c19a5

Upload app.py

Browse files

new py file, using new pegasus-multi_news-headline model

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ headline1 = gr.Interface(
48
  )
49
 
50
 
51
- modchoice_2 = "chinhon/headline_writer2"
52
 
53
  def headline_writer2(text):
54
  input_text = clean_text(text)
 
48
  )
49
 
50
 
51
+ modchoice_2 = "chinhon/pegasus-multi_news-headline"
52
 
53
  def headline_writer2(text):
54
  input_text = clean_text(text)