Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from utils import *
|
3 |
from streamlit_chat import message
|
4 |
-
import azure.cognitiveservices.speech as speechsdk
|
5 |
|
6 |
|
7 |
if 'conversation' not in st.session_state:
|
|
|
1 |
import streamlit as st
|
2 |
from utils import *
|
3 |
from streamlit_chat import message
|
|
|
4 |
|
5 |
|
6 |
if 'conversation' not in st.session_state:
|