feat: fallback for ssl issues

This commit is contained in:
martin legrand
2025-05-02 17:27:22 +02:00
parent ed4f04b19c
commit 96a6dd368a
3 changed files with 32 additions and 3 deletions
+4 -1
View File
@@ -9,7 +9,10 @@ from kokoro import KPipeline
from IPython.display import display, Audio
import soundfile as sf
from sources.utility import pretty_print, animate_thinking
if __name__ == "__main__":
from utility import pretty_print, animate_thinking
else:
from sources.utility import pretty_print, animate_thinking
class Speech():
"""