Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +5 -0
src/streamlit_app.py
CHANGED
@@ -10,6 +10,11 @@ import torchaudio
|
|
10 |
from speechbrain.pretrained.interfaces import foreign_class
|
11 |
|
12 |
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# Load model using custom interface
|
15 |
@st.cache_resource
|
|
|
10 |
from speechbrain.pretrained.interfaces import foreign_class
|
11 |
|
12 |
|
13 |
+
st.set_page_config(page_title="Accent Detector", layout="centered")
|
14 |
+
st.title("🗣️ English Accent Detection App")
|
15 |
+
st.markdown("⏳ Loading model, please wait...")
|
16 |
+
|
17 |
+
|
18 |
|
19 |
# Load model using custom interface
|
20 |
@st.cache_resource
|