Update custom_interface.py
Browse files- custom_interface.py +1 -0
custom_interface.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import torch
|
2 |
from speechbrain.inference.interfaces import Pretrained
|
3 |
import librosa
|
|
|
4 |
|
5 |
|
6 |
class ASR(Pretrained):
|
|
|
1 |
import torch
|
2 |
from speechbrain.inference.interfaces import Pretrained
|
3 |
import librosa
|
4 |
+
import numpy as np
|
5 |
|
6 |
|
7 |
class ASR(Pretrained):
|