azhardurrani commited on
Commit
8322d99
1 Parent(s): 7195c6c

updated code

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  pipeline = pipeline('summarization')
2
 
3
  def doSummary (text):
 
1
+ from transformers import pipeline
2
  pipeline = pipeline('summarization')
3
 
4
  def doSummary (text):