helloWorld199 commited on
Commit
e69e835
1 Parent(s): 13adf18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def analyze(path):
83
  file_name_without_extension = os.path.splitext(file_name)[0]
84
 
85
  bass_path, drums_path, other_path, vocals_path = None, None, None, None
86
- for root, dirs, files in os.walk(f"./demix/htdemucs/{file_name_without_extension}/"):
87
  for file in files:
88
  file_path = os.path.join(root, file_name)
89
  print(file_path)
 
83
  file_name_without_extension = os.path.splitext(file_name)[0]
84
 
85
  bass_path, drums_path, other_path, vocals_path = None, None, None, None
86
+ for root, dirs, files in os.walk(f"./demix/htdemucs/"):
87
  for file in files:
88
  file_path = os.path.join(root, file_name)
89
  print(file_path)