fixed viral_overlay output key name
This commit is contained in:
@@ -95,7 +95,7 @@ class TranscriptConverter:
|
|||||||
return json.dumps(
|
return json.dumps(
|
||||||
[{'start': word['start'],
|
[{'start': word['start'],
|
||||||
'stop': word['end'],
|
'stop': word['end'],
|
||||||
'word': word['word']}
|
'text': word['word']}
|
||||||
for word in self.converted_words],
|
for word in self.converted_words],
|
||||||
indent=4
|
indent=4
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user