Python gtts cant write to file-like object

后端 未结 0 1788
栀梦
栀梦 2021-01-03 19:03

i was trying to use gtts for an improvised chatterbot AI, with this code as tts

def say_sentence(sentence):
    tts = gTTS(sentence, \'en\')
    #ps, this lib         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题