Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -29,10 +29,10 @@ if uploaded_file:
|
|
29 |
audio.export(audio_path, format="wav")
|
30 |
|
31 |
try:
|
32 |
-
|
33 |
-
except Exception as e:
|
34 |
-
|
35 |
-
tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
36 |
tab1, tab2, tab3 = tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
37 |
|
38 |
with tab1:
|
|
|
29 |
audio.export(audio_path, format="wav")
|
30 |
|
31 |
try:
|
32 |
+
pass # Placeholder to avoid empty try
|
33 |
+
except Exception as e:
|
34 |
+
st.error(f"β Processing failed: {e}")
|
35 |
+
tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
36 |
tab1, tab2, tab3 = tab1, tab2, tab3, tab4 = st.tabs(["π Transcript", "π Summary", "π¬ Emotions", "π Trends"])
|
37 |
|
38 |
with tab1:
|