Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -149,10 +149,9 @@ def main():
|
|
149 |
st.subheader("π How to Use:")
|
150 |
st.info("""
|
151 |
1. Upload any picture (animals, nature, or people work best!)
|
152 |
-
2.
|
153 |
-
3.
|
154 |
-
4.
|
155 |
-
5. Enjoy your personalized story and audio!
|
156 |
""")
|
157 |
|
158 |
# File uploader
|
@@ -166,7 +165,7 @@ def main():
|
|
166 |
col1, col2 = st.columns(2)
|
167 |
|
168 |
with col1:
|
169 |
-
st.image(image, caption="Uploaded Image",
|
170 |
|
171 |
# Generation button
|
172 |
if st.button("β¨ Generate Story & Audio"):
|
|
|
149 |
st.subheader("π How to Use:")
|
150 |
st.info("""
|
151 |
1. Upload any picture (animals, nature, or people work best!)
|
152 |
+
2. Click the generating button
|
153 |
+
3. Wait for image analysis to complete
|
154 |
+
4. Enjoy your story and audio!
|
|
|
155 |
""")
|
156 |
|
157 |
# File uploader
|
|
|
165 |
col1, col2 = st.columns(2)
|
166 |
|
167 |
with col1:
|
168 |
+
st.image(image, caption="Uploaded Image", use_container_width=True)
|
169 |
|
170 |
# Generation button
|
171 |
if st.button("β¨ Generate Story & Audio"):
|