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.
2 parents 4aef934 + 9f9d11e commit 1edc2c7Copy full SHA for 1edc2c7
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