Instructions to use Futuresony/output with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Futuresony/output with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-audio", model="Futuresony/output")# Load model directly from transformers import AutoProcessor, AutoModelForTextToSpectrogram processor = AutoProcessor.from_pretrained("Futuresony/output") model = AutoModelForTextToSpectrogram.from_pretrained("Futuresony/output") - Notebooks
- Google Colab
- Kaggle
Delete spm_char.model
Browse files- spm_char.model +0 -3
spm_char.model
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7fcc48f3e225f627b1641db410ceb0c8649bd2b0c982e150b03f8be3728ab560
|
| 3 |
-
size 238473
|
|
|
|
|
|
|
|
|
|
|
|