Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from huggingface_hub import InferenceClient
|
|
9 |
from streamlit_mic_recorder import mic_recorder
|
10 |
import wave
|
11 |
import webrtcvad
|
|
|
12 |
|
13 |
if "history" not in st.session_state:
|
14 |
st.session_state.history = []
|
|
|
9 |
from streamlit_mic_recorder import mic_recorder
|
10 |
import wave
|
11 |
import webrtcvad
|
12 |
+
import sounddevice as sd
|
13 |
|
14 |
if "history" not in st.session_state:
|
15 |
st.session_state.history = []
|