Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|