mrfakename
commited on
Commit
β’
870f6b3
1
Parent(s):
3e15339
Update melo/api.py
Browse files- melo/api.py +1 -1
melo/api.py
CHANGED
@@ -7,7 +7,7 @@ import soundfile
|
|
7 |
import torchaudio
|
8 |
import numpy as np
|
9 |
import torch.nn as nn
|
10 |
-
|
11 |
from . import utils
|
12 |
from . import commons
|
13 |
from .models import SynthesizerTrn
|
|
|
7 |
import torchaudio
|
8 |
import numpy as np
|
9 |
import torch.nn as nn
|
10 |
+
from tqdm import tqdm
|
11 |
from . import utils
|
12 |
from . import commons
|
13 |
from .models import SynthesizerTrn
|