Instructions to use acul3/TTS-TESTV3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use acul3/TTS-TESTV3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("acul3/TTS-TESTV3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ Ensure you have `wget`, `pip`, and `pip3` installed on your system.
|
|
| 19 |
Use the following commands to download the necessary files:
|
| 20 |
|
| 21 |
```bash
|
| 22 |
-
Download from this
|
| 23 |
```
|
| 24 |
|
| 25 |
### 2. Install Required Packages
|
|
|
|
| 19 |
Use the following commands to download the necessary files:
|
| 20 |
|
| 21 |
```bash
|
| 22 |
+
Download from this acul3/TTS-TESTV3/upload/main
|
| 23 |
```
|
| 24 |
|
| 25 |
### 2. Install Required Packages
|