MissingTwins
Results
11
comments of
MissingTwins
@Yaodada12 Try this: ``` prmopt = 'add punctuation after end of each line. 就比如说,我要先去吃饭。segment at end of each sentence.' segments, info = model.transcribe(audio_file, beam_size=5, word_timestamps=True, initial_prompt=prmopt) ``` This is very...