Porjaz commited on
Commit
163fe9c
·
verified ·
1 Parent(s): 9a5cdc0

Update custom_interface.py

Browse files
Files changed (1) hide show
  1. 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):