czyoung commited on
Commit
b9e0896
·
verified ·
1 Parent(s): 371dc27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ import torch
19
  from pyannote.audio import Pipeline
20
  from pyannote.core import Annotation, Segment
21
  from df.enhance import enhance, init_df
 
22
 
23
  torch.classes.__path__ = [os.path.join(torch.__path__[0], torch.classes.__file__)]
24
 
 
19
  from pyannote.audio import Pipeline
20
  from pyannote.core import Annotation, Segment
21
  from df.enhance import enhance, init_df
22
+ import datetime as dt
23
 
24
  torch.classes.__path__ = [os.path.join(torch.__path__[0], torch.classes.__file__)]
25