helloWorld199 commited on
Commit
860c68f
1 Parent(s): 40eacc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -56,6 +56,9 @@ def analyze(path):
56
  keep_byproducts=True, # TODO: remove this
57
  )
58
 
 
 
 
59
  #fig = allin1.visualize(
60
  # result,
61
  # multiprocess=False,
 
56
  keep_byproducts=True, # TODO: remove this
57
  )
58
 
59
+ for root, dirs, files in os.walk("./demix"):
60
+ for file in files:
61
+ print(os.path.join(root, file))
62
  #fig = allin1.visualize(
63
  # result,
64
  # multiprocess=False,