vpavlenko commited on
Commit
b4e60ac
·
1 Parent(s): 70b3168

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,8 +82,7 @@ def analyze(path):
82
  path = Path(path)
83
  result = allin1.analyze(
84
  path,
85
- multiprocess=False,
86
- keep_byproducts=True, # TODO: remove this
87
  )
88
 
89
  fig = allin1.visualize(result)
 
82
  path = Path(path)
83
  result = allin1.analyze(
84
  path,
85
+ keep_byproducts=True, # TODO(taejun): remove this
 
86
  )
87
 
88
  fig = allin1.visualize(result)