lifoer
Results
1
comments of
lifoer
pip install emoji import emoji ...... text = rich_transcription_postprocess(res[0]["text"]) cleaned_text = emoji.replace_emoji(text, replace='') print(cleaned_text)