Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,13 +50,13 @@ def analyze(path):
|
|
50 |
|
51 |
|
52 |
path = Path(path)
|
53 |
-
result
|
54 |
path,
|
55 |
out_dir='./struct',
|
56 |
multiprocess=False,
|
57 |
keep_byproducts=True, # TODO: remove this
|
58 |
)
|
59 |
-
print(remix_dir)
|
60 |
#stems_paths_string =""
|
61 |
#for stem in stems_paths:
|
62 |
# stems_paths_string += stem + '\n'
|
|
|
50 |
|
51 |
|
52 |
path = Path(path)
|
53 |
+
result= allin1.analyze(
|
54 |
path,
|
55 |
out_dir='./struct',
|
56 |
multiprocess=False,
|
57 |
keep_byproducts=True, # TODO: remove this
|
58 |
)
|
59 |
+
#print(remix_dir)
|
60 |
#stems_paths_string =""
|
61 |
#for stem in stems_paths:
|
62 |
# stems_paths_string += stem + '\n'
|