Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# Load and define summarize function
|
2 |
-
from transformers import pipeline
|
3 |
|
4 |
get_completion = pipeline("summarization", model="sshleifer/distilbart-cnn-12-6")
|
5 |
|
|
|
|
|
|
|
1 |
|
2 |
get_completion = pipeline("summarization", model="sshleifer/distilbart-cnn-12-6")
|
3 |
|