fffiloni commited on
Commit
b5a7718
1 Parent(s): 3b30482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -90,13 +90,6 @@ def clear_clean_ckeck():
90
  return False
91
 
92
  def wipe_npz_file(folder_path):
93
- #print(f"We have to wipe previous .npz files, inf {folder_path} if needed")
94
- if os.path.exists(folder_path):
95
- #print(f"folder {folder_path} exists")
96
- #shutil.rmtree(folder_path)
97
- else :
98
- #print(f"path: {folder_path} does not exists yet")
99
-
100
  print("YO • a user is manipulating audio inputs")
101
 
102
  def split_process(audio, chosen_out_track):
 
90
  return False
91
 
92
  def wipe_npz_file(folder_path):
 
 
 
 
 
 
 
93
  print("YO • a user is manipulating audio inputs")
94
 
95
  def split_process(audio, chosen_out_track):