abdulsamad commited on
Commit
90500b4
·
verified ·
1 Parent(s): 8f5a2a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ summarizer = pipeline(task="summarization",
10
 
11
  # name of the function
12
  def summary(text):
13
- return summary = summarizer(text,
14
  min_length=10,
15
  max_length=100)
16
 
 
10
 
11
  # name of the function
12
  def summary(text):
13
+ return summarizer(text,
14
  min_length=10,
15
  max_length=100)
16