Update app.py
Browse files
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='
|
| 45 |
)
|
| 46 |
)
|
| 47 |
|
|
|
|
| 41 |
calls_table,
|
| 42 |
iterator=StringSplitter.create(
|
| 43 |
text=calls_table.transcription_text,
|
| 44 |
+
separators='sentence'
|
| 45 |
)
|
| 46 |
)
|
| 47 |
|