Update app.py
Browse files
app.py
CHANGED
|
@@ -25,8 +25,7 @@ warnings.filterwarnings("ignore", category=DeprecationWarning)
|
|
| 25 |
def main():
|
| 26 |
st.title("๐ผ๏ธ โ ๐ Image-to-Story App for Kids")
|
| 27 |
st.write(
|
| 28 |
-
"Upload an image
|
| 29 |
-
"with audio playback powered by Hugging Face pipelines!"
|
| 30 |
)
|
| 31 |
|
| 32 |
# Load pipelines (cached) with a friendly spinner
|
|
|
|
| 25 |
def main():
|
| 26 |
st.title("๐ผ๏ธ โ ๐ Image-to-Story App for Kids")
|
| 27 |
st.write(
|
| 28 |
+
"Upload an image, get a caption, spin it into a story, and play it aloud!"
|
|
|
|
| 29 |
)
|
| 30 |
|
| 31 |
# Load pipelines (cached) with a friendly spinner
|