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