aheba31 commited on
Commit
b3e63a9
1 Parent(s): a1958b0

add torch lib

Browse files
Files changed (1) hide show
  1. inference.py +1 -0
inference.py CHANGED
@@ -1,3 +1,4 @@
 
1
 
2
  def forward(self, wavs, wav_lens=None):
3
  """Runs the classification"""
 
1
+ import torch
2
 
3
  def forward(self, wavs, wav_lens=None):
4
  """Runs the classification"""