devve1 commited on
Commit
f519f21
1 Parent(s): e26d78f

Update ppt_chunker.py

Browse files
Files changed (1) hide show
  1. ppt_chunker.py +1 -1
ppt_chunker.py CHANGED
@@ -85,7 +85,7 @@ def ppt_chunk(file_like, nlp):
85
  sr = time.time()
86
 
87
  for chunk in chunks:
88
- chunk = process_chunk(chunks, nlp)
89
 
90
  while i < len(chunks):
91
  new_sub_chunks = []
 
85
  sr = time.time()
86
 
87
  for chunk in chunks:
88
+ chunk = process_chunk(chunk, nlp)
89
 
90
  while i < len(chunks):
91
  new_sub_chunks = []