Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,10 +24,10 @@ from gtts import gTTS
|
|
24 |
|
25 |
# Descriptions for each scene
|
26 |
descriptions = [
|
27 |
-
"
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"
|
31 |
]
|
32 |
|
33 |
# Generate audio files for each description
|
|
|
24 |
|
25 |
# Descriptions for each scene
|
26 |
descriptions = [
|
27 |
+
"Alex, Mia, and Sam eagerly plan their treasure hunt in a room filled with maps and exploration tools.",
|
28 |
+
"The friends hike through a dense forest, guided by their ancient map.",
|
29 |
+
"Deep in Whispering Hollow, they discover an ancient chest filled with historical artifacts.",
|
30 |
+
"The village celebrates as Alex, Mia, and Sam present their find to the local museum."
|
31 |
]
|
32 |
|
33 |
# Generate audio files for each description
|