Porjaz commited on
Commit
466f559
·
verified ·
1 Parent(s): 1a7356a

Update custom_interface_app.py

Browse files
Files changed (1) hide show
  1. custom_interface_app.py +1 -1
custom_interface_app.py CHANGED
@@ -3,7 +3,7 @@ from speechbrain.inference.interfaces import Pretrained
3
  import librosa
4
  import numpy as np
5
  import torchaudio
6
-
7
 
8
  class ASR(Pretrained):
9
  def __init__(self, *args, **kwargs):
 
3
  import librosa
4
  import numpy as np
5
  import torchaudio
6
+ import os
7
 
8
  class ASR(Pretrained):
9
  def __init__(self, *args, **kwargs):