englissi commited on
Commit
b69138c
·
verified ·
1 Parent(s): 7ad7fe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from gtts import gTTS # ✅ gTTS 사용
4
 
5
  # 📌 단모음(Short Vowel) 스토리 데이터 (텍스트 + 이미지 URL 포함)
6
  image_base_url = "https://huggingface.co/spaces/englissi/englishstories/resolve/main/image/"
 
7
  short_vowel_stories = [
8
  {"text": "Sam has a cat.", "image": f"{image_base_url}1.webp"},
9
  {"text": "The cat is fat and tan.", "image": f"{image_base_url}2.webp"},
 
4
 
5
  # 📌 단모음(Short Vowel) 스토리 데이터 (텍스트 + 이미지 URL 포함)
6
  image_base_url = "https://huggingface.co/spaces/englissi/englishstories/resolve/main/image/"
7
+
8
  short_vowel_stories = [
9
  {"text": "Sam has a cat.", "image": f"{image_base_url}1.webp"},
10
  {"text": "The cat is fat and tan.", "image": f"{image_base_url}2.webp"},