helloWorld199 commited on
Commit
7d9b1d4
·
verified ·
1 Parent(s): bbceada

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -50,13 +50,13 @@ def analyze(path):
50
 
51
 
52
  path = Path(path)
53
- result, remix_dir = 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'
 
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'