kcz358 commited on
Commit
cce4958
·
verified ·
1 Parent(s): 46ddd96

Update processing_aero.py

Browse files
Files changed (1) hide show
  1. processing_aero.py +3 -1
processing_aero.py CHANGED
@@ -36,7 +36,9 @@ class AeroProcessorKwargs(ProcessingKwargs, total=False):
36
  "text_kwargs": {
37
  "padding": False,
38
  },
39
- "audio_kwargs": {},
 
 
40
  }
41
 
42
 
 
36
  "text_kwargs": {
37
  "padding": False,
38
  },
39
+ "audio_kwargs": {
40
+ "return_tensors": "pt"
41
+ },
42
  }
43
 
44