Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ from transformers import pipeline, AutoModelForSeq2SeqLM, AutoTokenizer, AutoCon
|
|
4 |
|
5 |
# List of summarization models
|
6 |
model_names = [
|
7 |
-
"sanatann/legal-summarizer-bart",
|
8 |
"facebook/bart-large-cnn",
|
9 |
"umeshramya/t5_small_medical_512",
|
10 |
"avanishd/pegasus-finetuned-samsum/",
|
|
|
4 |
|
5 |
# List of summarization models
|
6 |
model_names = [
|
|
|
7 |
"facebook/bart-large-cnn",
|
8 |
"umeshramya/t5_small_medical_512",
|
9 |
"avanishd/pegasus-finetuned-samsum/",
|