potsawee commited on
Commit
a14a08f
·
verified ·
1 Parent(s): 94c52d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 `demo_speech_editing.py` for a use-case (e.g., encoding & decoding) of the model
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