helloWorld199 commited on
Commit
1d61682
·
verified ·
1 Parent(s): f91e0a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ def analyze(path):
74
  )
75
  sonif_path = Path(f'./sonif/{path.stem}.sonif{path.suffix}').resolve().as_posix()
76
 
 
77
  #Measure time for inference
78
  end = time.time()
79
  elapsed_time = end-start
 
74
  )
75
  sonif_path = Path(f'./sonif/{path.stem}.sonif{path.suffix}').resolve().as_posix()
76
 
77
+
78
  #Measure time for inference
79
  end = time.time()
80
  elapsed_time = end-start