Instructions to use Awais/Audio_Source_Separation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Asteroid
How to use Awais/Audio_Source_Separation with Asteroid:
from asteroid.models import BaseModel model = BaseModel.from_pretrained("Awais/Audio_Source_Separation") - Notebooks
- Google Colab
- Kaggle
Delete pytorch_model.bin
Browse files- pytorch_model.bin +0 -2
pytorch_model.bin
DELETED
|
@@ -1,2 +0,0 @@
|
|
| 1 |
-
from torch import hub
|
| 2 |
-
model = hub.load('mpariente/asteroid', 'conv_tasnet', 'mpariente/ConvTasNet_WHAM!_sepclean')
|
|
|
|
|
|
|
|
|