adi-123 commited on
Commit
e091cca
·
verified ·
1 Parent(s): c544135

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,7 +57,7 @@ def main():
57
 
58
  st.markdown("---")
59
  st.markdown("## 🎧 Audio Story")
60
- st.audio("audio_story.wav")
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 Transformer Models\n
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
  ''')