Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|