Instructions to use DUTAOZHANG/Styele2Code_model2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- pyannote.audio
How to use DUTAOZHANG/Styele2Code_model2 with pyannote.audio:
from pyannote.audio import Model, Inference model = Model.from_pretrained("DUTAOZHANG/Styele2Code_model2") inference = Inference(model) # inference on the whole file inference("file.wav") # inference on an excerpt from pyannote.core import Segment excerpt = Segment(start=2.0, end=5.0) inference.crop("file.wav", excerpt) - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
25fbfb4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1e993f59c766215291b37bafb35b2f4435df2d0d10002a5e4cb5798c162ca293
size 9411106658
|