Spaces:
Sleeping
Sleeping
Update tasks/audio.py
Browse files- tasks/audio.py +1 -0
tasks/audio.py
CHANGED
|
@@ -9,6 +9,7 @@ from torchaudio import transforms
|
|
| 9 |
#from torchvision import models
|
| 10 |
#import onnxruntime as ort # Add ONNX Runtime
|
| 11 |
from openvino.runtime import Core
|
|
|
|
| 12 |
from .utils.evaluation import AudioEvaluationRequest
|
| 13 |
from .utils.emissions import tracker, clean_emissions_data, get_space_info
|
| 14 |
|
|
|
|
| 9 |
#from torchvision import models
|
| 10 |
#import onnxruntime as ort # Add ONNX Runtime
|
| 11 |
from openvino.runtime import Core
|
| 12 |
+
import numpy as np
|
| 13 |
from .utils.evaluation import AudioEvaluationRequest
|
| 14 |
from .utils.emissions import tracker, clean_emissions_data, get_space_info
|
| 15 |
|