Make TTS automodels importable (#25595)

* Add auto model for spectrogram/waveform

* Add doc and install

* Add dummy objects

* Did I miss anything?
This commit is contained in:
Omar Sanseviero
2023-08-18 22:01:35 +02:00
committed by Sylvain Gugger
parent ef1534252f
commit 2efa0d4256
5 changed files with 31 additions and 0 deletions

View File

@@ -330,6 +330,14 @@ The following auto classes are available for the following audio tasks.
[[autodoc]] AutoModelForAudioXVector
### AutoModelForTextToSpectrogram
[[autodoc]] AutoModelForTextToSpectrogram
### AutoModelForTextToWaveform
[[autodoc]] AutoModelForTextToWaveform
## Multimodal
The following auto classes are available for the following multimodal tasks.