Adel-Moumen commited on
Commit
9dfcf87
1 Parent(s): 07f0b29

Update custom_interface.py

Browse files
Files changed (1) hide show
  1. custom_interface.py +1 -1
custom_interface.py CHANGED
@@ -7,7 +7,7 @@ Authors
7
  """
8
 
9
  import torch
10
- from speechbrain.inference.pretrained import Pretrained
11
 
12
 
13
  class CustomEncoderDecoderASR(Pretrained):
 
7
  """
8
 
9
  import torch
10
+ from speechbrain.inference.interfaces import Pretrained
11
 
12
 
13
  class CustomEncoderDecoderASR(Pretrained):