We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aef934 commit 9f9d11eCopy full SHA for 9f9d11e
Raspberry_Pi_KittenTTS/code.py
@@ -66,7 +66,7 @@
66
with open("forecast.json", "r") as f:
67
forecast = json.load(f)
68
69
-m = KittenTTS("KittenML/kitten-tts-nano-0.1")
+m = KittenTTS("KittenML/kitten-tts-nano-0.2")
70
71
72
def generate_date_time_audio(date_obj):
Raspberry_Pi_KittenTTS/generate_forecast.py
@@ -13,7 +13,7 @@
13
with open("weather_narrator.toml", "rb") as f:
14
config = tomllib.load(f)
15
16
17
18
replacements = {"mph": "miles per hour"}
19
0 commit comments