Nickita Potapov

Results 3 comments of Nickita Potapov

Possible solution: 1) Put .env into \Lib\site-packages\coingecko_py 2) Put the repo folder into working directory (the one the script runs from) 3) Edit .env to setup a proper local directory...

It has been discussed in #2952

According to TTS.api library, XTTS model doesn't seem to have a language manager, given that there's a stub code for is_multi_lingual property: ```python @property def is_multi_lingual(self): # TODO: fix this...