Spaces:
Sleeping
Sleeping
N.Achyuth Reddy
commited on
Commit
·
e5c49ff
1
Parent(s):
9030e5b
Update app.py
Browse files
app.py
CHANGED
@@ -117,4 +117,5 @@ if prompt := textinput:
|
|
117 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
118 |
|
119 |
# Convert response to speech
|
|
|
120 |
text_to_speech(response)
|
|
|
117 |
st.session_state.messages.append({"role": "assistant", "content": response})
|
118 |
|
119 |
# Convert response to speech
|
120 |
+
response=response
|
121 |
text_to_speech(response)
|