CR7CAD commited on
Commit
388c471
·
verified ·
1 Parent(s): 7efd5bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def load_summarizer():
53
  Loads the summarization pipeline using a transformer model.
54
  We use the model "ainize/bart-base-cnn" for summarization.
55
  """
56
- return pipeline("summarization", model="csebuetnlp/mT5_multilingual_XLSum")
57
 
58
  def summarize_resume_text(resume_text):
59
  """
 
53
  Loads the summarization pipeline using a transformer model.
54
  We use the model "ainize/bart-base-cnn" for summarization.
55
  """
56
+ return pipeline("summarization", model="spursyy/mT5_multilingual_XLSum_rust")
57
 
58
  def summarize_resume_text(resume_text):
59
  """