Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -518,7 +518,7 @@ def display_file_manager_sidebar(groups_sorted):
|
|
518 |
os.remove(f)
|
519 |
for f in all_wav:
|
520 |
os.remove(f)
|
521 |
-
st.session_state.should_rerun = True
|
522 |
with col4:
|
523 |
if st.button("⬇️ Zip All"):
|
524 |
zip_name = create_zip_of_files(all_md, all_mp3, all_wav, st.session_state.get('last_query', ''))
|
|
|
518 |
os.remove(f)
|
519 |
for f in all_wav:
|
520 |
os.remove(f)
|
521 |
+
st.session_state.should_rerun = True
|
522 |
with col4:
|
523 |
if st.button("⬇️ Zip All"):
|
524 |
zip_name = create_zip_of_files(all_md, all_mp3, all_wav, st.session_state.get('last_query', ''))
|