Spaces:
Runtime error
Runtime error
remove
Browse files
app.py
CHANGED
@@ -52,6 +52,8 @@ with st.sidebar:
|
|
52 |
if st.button("Start Analysis"):
|
53 |
if os.path.exists("word_embeddings.csv"):
|
54 |
os.remove("word_embeddings.csv")
|
|
|
|
|
55 |
|
56 |
with st.spinner('Running process...'):
|
57 |
# Whisper
|
|
|
52 |
if st.button("Start Analysis"):
|
53 |
if os.path.exists("word_embeddings.csv"):
|
54 |
os.remove("word_embeddings.csv")
|
55 |
+
if os.path.exists("transcription.csv"):
|
56 |
+
os.remove("transcription.csv")
|
57 |
|
58 |
with st.spinner('Running process...'):
|
59 |
# Whisper
|