Update README.md
Browse files
README.md
CHANGED
|
@@ -46,7 +46,7 @@ import torch
|
|
| 46 |
model = AutoModel.from_pretrained("your-username/TextSyncMimi-v1", trust_remote_code=True)
|
| 47 |
```
|
| 48 |
|
| 49 |
-
See
|
| 50 |
|
| 51 |
|
| 52 |
## Acknowledgements
|
|
|
|
| 46 |
model = AutoModel.from_pretrained("your-username/TextSyncMimi-v1", trust_remote_code=True)
|
| 47 |
```
|
| 48 |
|
| 49 |
+
See the code of [Speech Editing with TextSync Mimi](https://huggingface.co/spaces/potsawee/TextSyncMimi-SpeechEditing/blob/main/app.py) for a use-case (e.g., encoding, decoding, swapping) of the model
|
| 50 |
|
| 51 |
|
| 52 |
## Acknowledgements
|