Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -98,7 +98,7 @@ if st.session_state.audio_path and not st.session_state.transcription:
|
|
| 98 |
|
| 99 |
|
| 100 |
if st.session_state.transcription:
|
| 101 |
-
if st.button("
|
| 102 |
with st.spinner("Analyzing accent..."):
|
| 103 |
try:
|
| 104 |
mem = psutil.virtual_memory()
|
|
|
|
| 98 |
|
| 99 |
|
| 100 |
if st.session_state.transcription:
|
| 101 |
+
if st.button("Analyze Accent"):
|
| 102 |
with st.spinner("Analyzing accent..."):
|
| 103 |
try:
|
| 104 |
mem = psutil.virtual_memory()
|