PierreBrunelle commited on
Commit
d68d9a1
·
verified ·
1 Parent(s): 044c53f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def process_video(video_file, progress=gr.Progress()):
41
  calls_table,
42
  iterator=StringSplitter.create(
43
  text=calls_table.transcription_text,
44
- separators='sentences'
45
  )
46
  )
47
 
 
41
  calls_table,
42
  iterator=StringSplitter.create(
43
  text=calls_table.transcription_text,
44
+ separators='sentence'
45
  )
46
  )
47