npaleti2002 commited on
Commit
3931bcf
·
verified ·
1 Parent(s): 2028d24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ DEFAULT_LABELS = [
7
  "science", "business", "travel", "education"
8
  ]
9
 
 
10
  @lru_cache(maxsize=1)
11
  def get_pipes():
12
  summarizer = pipeline(
 
7
  "science", "business", "travel", "education"
8
  ]
9
 
10
+
11
  @lru_cache(maxsize=1)
12
  def get_pipes():
13
  summarizer = pipeline(