Commit
·
fd19c3f
1
Parent(s):
229b61b
Update README.md
Browse files
README.md
CHANGED
@@ -14,13 +14,12 @@ transformers==4.16.2
|
|
14 |
import torch
|
15 |
import torch.nn.functional as F
|
16 |
import soundfile as sf
|
17 |
-
from fairseq import checkpoint_utils
|
18 |
|
19 |
from transformers import (
|
20 |
Wav2Vec2FeatureExtractor,
|
21 |
HubertModel,
|
22 |
)
|
23 |
-
|
24 |
|
25 |
model_path=""
|
26 |
wav_path=""
|
|
|
14 |
import torch
|
15 |
import torch.nn.functional as F
|
16 |
import soundfile as sf
|
|
|
17 |
|
18 |
from transformers import (
|
19 |
Wav2Vec2FeatureExtractor,
|
20 |
HubertModel,
|
21 |
)
|
22 |
+
|
23 |
|
24 |
model_path=""
|
25 |
wav_path=""
|