davila7 commited on
Commit
61d5a37
·
1 Parent(s): 89a4bc1
Files changed (1) hide show
  1. app.py +2 -0
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