Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from streamlit_chat import message
|
|
3 |
from streamlit_extras.colored_header import colored_header
|
4 |
from streamlit_extras.add_vertical_space import add_vertical_space
|
5 |
from streamlit_mic_recorder import speech_to_text
|
6 |
-
from
|
7 |
|
8 |
from gtts import gTTS
|
9 |
from io import BytesIO
|
|
|
3 |
from streamlit_extras.colored_header import colored_header
|
4 |
from streamlit_extras.add_vertical_space import add_vertical_space
|
5 |
from streamlit_mic_recorder import speech_to_text
|
6 |
+
from model_pipeline import ModelPipeLine
|
7 |
|
8 |
from gtts import gTTS
|
9 |
from io import BytesIO
|