rumaisa1054 commited on
Commit
5fb9ab8
·
verified ·
1 Parent(s): 4da441b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from gtts import gTTS
3
  from io import BytesIO
4
-
5
  # Function to convert text to speech and return audio file
6
  def text_to_speech(text):
7
  tts = gTTS(text)
 
1
  import streamlit as st
2
  from gtts import gTTS
3
  from io import BytesIO
4
+ from responser import responsr
5
  # Function to convert text to speech and return audio file
6
  def text_to_speech(text):
7
  tts = gTTS(text)