Text-to-Speech
Transformers
ONNX
Safetensors
English
Chinese
qwen3
text-generation
automatic-speech-recognition
voice-conversion
speech
audio
custom_code
text-generation-inference
Instructions to use AutoArk-AI/GPA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AutoArk-AI/GPA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="AutoArk-AI/GPA", trust_remote_code=True, device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("AutoArk-AI/GPA", trust_remote_code=True) model = AutoModelForCausalLM.from_pretrained("AutoArk-AI/GPA", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,6 +20,7 @@ repository: https://github.com/AutoArk/GPA
|
|
| 20 |
# GPA: One Model for Speech Recognition, Text-to-Speech, and Voice Conversion
|
| 21 |
|
| 22 |
[](https://github.com/AutoArk/GPA)
|
|
|
|
| 23 |
|
| 24 |
</div>
|
| 25 |
|
|
|
|
| 20 |
# GPA: One Model for Speech Recognition, Text-to-Speech, and Voice Conversion
|
| 21 |
|
| 22 |
[](https://github.com/AutoArk/GPA)
|
| 23 |
+
[](https://github.com/AutoArk/GPA/tree/main/GPA_TTS)
|
| 24 |
|
| 25 |
</div>
|
| 26 |
|