Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def main():
|
|
57 |
|
58 |
st.markdown("---")
|
59 |
st.markdown("## 🎧 Audio Story")
|
60 |
-
st.audio("audio_story.
|
61 |
|
62 |
|
63 |
if __name__ == '__main__':
|
@@ -67,6 +67,6 @@ if __name__ == '__main__':
|
|
67 |
st.markdown("### Credits")
|
68 |
st.caption('''
|
69 |
Made with ❤️ by @Aditya-Neural-Net-Ninja\n
|
70 |
-
Utilizes Image-to-Text, Text Generation, Text-to-Speech
|
71 |
Gratitude to Streamlit, 🤗 Spaces for Deployment & Hosting
|
72 |
''')
|
|
|
57 |
|
58 |
st.markdown("---")
|
59 |
st.markdown("## 🎧 Audio Story")
|
60 |
+
st.audio("audio_story.mp3")
|
61 |
|
62 |
|
63 |
if __name__ == '__main__':
|
|
|
67 |
st.markdown("### Credits")
|
68 |
st.caption('''
|
69 |
Made with ❤️ by @Aditya-Neural-Net-Ninja\n
|
70 |
+
Utilizes Image-to-Text, Text Generation, Google Text-to-Speech\n
|
71 |
Gratitude to Streamlit, 🤗 Spaces for Deployment & Hosting
|
72 |
''')
|