Skip to content
Discussion options

You must be logged in to vote

I fixed the issue by adding 'segment_type':'word' to my code:

subs_ai = SubsAI()
model = subs_ai.create_model(model_name='linto-ai/whisper-timestamped', model_config={'model_type': 'base','segment_type':'word'})
print(subs_ai.model_info('linto-ai/whisper-timestamped'))
subs = subs_ai.transcribe(media_file=file, model=model)
subs.save('./ram/output.ass')

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by matthias33890
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants