Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
|
5 |
# Set up model paths (you can later replace these with fine-tuned model folders)
|
6 |
model_map = {
|
7 |
-
"BART": "
|
8 |
"T5": "t5-small",
|
9 |
"PEGASUS": "google/pegasus-cnn_dailymail"
|
10 |
}
|
|
|
4 |
|
5 |
# Set up model paths (you can later replace these with fine-tuned model folders)
|
6 |
model_map = {
|
7 |
+
"BART": "zoya23/textsummarization-bartmodel",
|
8 |
"T5": "t5-small",
|
9 |
"PEGASUS": "google/pegasus-cnn_dailymail"
|
10 |
}
|