Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from gtts import gTTS
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# 스토리 데이터 (텍스트 + 이미지 URL 포함)
|
6 |
-
image_base_url = "https://huggingface.co/spaces/englissi/englishstories/
|
7 |
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"},
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# 스토리 데이터 (텍스트 + 이미지 URL 포함)
|
6 |
+
image_base_url = "https://huggingface.co/spaces/englissi/englishstories/resolve/main/image/"
|
7 |
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"},
|