Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ blends_digraphs_stories = [
|
|
54 |
{"text": "The spider spins a spotty web.", "image": f"{image_base_url}36.webp"},
|
55 |
{"text": "The star stands in the storm.", "image": f"{image_base_url}37.webp"},
|
56 |
{"text": "A swan swims in the sweet lake.", "image": f"{image_base_url}38.webp"}
|
|
|
57 |
|
58 |
# ๐ gTTS๋ฅผ ์ฌ์ฉํ์ฌ ์์ฑ ํ์ผ ์์ฑ (๊ณ ์ ํ ํ์ผ๋ช
+ ์บ์ฑ ์์คํ
์ถ๊ฐ)
|
59 |
cached_audio = {} # ๊ฐ์ ๋ฌธ์ฅ์ ๋ํด API๋ฅผ ์ฌ๋ฌ ๋ฒ ํธ์ถํ์ง ์๋๋ก ์ ์ฅ
|
|
|
54 |
{"text": "The spider spins a spotty web.", "image": f"{image_base_url}36.webp"},
|
55 |
{"text": "The star stands in the storm.", "image": f"{image_base_url}37.webp"},
|
56 |
{"text": "A swan swims in the sweet lake.", "image": f"{image_base_url}38.webp"}
|
57 |
+
]
|
58 |
|
59 |
# ๐ gTTS๋ฅผ ์ฌ์ฉํ์ฌ ์์ฑ ํ์ผ ์์ฑ (๊ณ ์ ํ ํ์ผ๋ช
+ ์บ์ฑ ์์คํ
์ถ๊ฐ)
|
60 |
cached_audio = {} # ๊ฐ์ ๋ฌธ์ฅ์ ๋ํด API๋ฅผ ์ฌ๋ฌ ๋ฒ ํธ์ถํ์ง ์๋๋ก ์ ์ฅ
|