Update README.md
Browse files
README.md
CHANGED
@@ -184,6 +184,9 @@ pip install outetts
|
|
184 |
|
185 |
## Usage
|
186 |
|
|
|
|
|
|
|
187 |
### Interface Usage
|
188 |
```python
|
189 |
from outetts.v0_1.interface import InterfaceHF, InterfaceGGUF
|
|
|
184 |
|
185 |
## Usage
|
186 |
|
187 |
+
> [!WARNING]
|
188 |
+
> The example below works with older `outetts` version (`==0.1.7`). The new version (`>=0.2.0`) introduces changes to the interface. Please refer to the [GitHub Usage Example](https://github.com/edwko/OuteTTS?tab=readme-ov-file#usage) for updated examples.
|
189 |
+
|
190 |
### Interface Usage
|
191 |
```python
|
192 |
from outetts.v0_1.interface import InterfaceHF, InterfaceGGUF
|