nikhedward commited on
Commit
20eb986
1 Parent(s): b3647b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ Abstractive Summarization: The abstractive approach involves rephrasing the comp
40
 
41
 
42
 
43
- model_name = "huggingface/nikhedward/bart-large-cnn-finetuned-multi-news"
44
  tokenizer = AutoTokenizer.from_pretrained(model_name)
45
  model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
46
 
 
40
 
41
 
42
 
43
+ model_name = "nikhedward/bart-large-cnn-finetuned-multi-news"
44
  tokenizer = AutoTokenizer.from_pretrained(model_name)
45
  model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
46