fahmifauzi commited on
Commit
742c758
·
verified ·
1 Parent(s): f3042a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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