NariLabs commited on
Commit
31c56f9
·
verified ·
1 Parent(s): ccc7669

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -52,6 +52,8 @@ You can keep speaker consistency by either adding an audio prompt (a guide comin
52
 
53
  - Generate dialogue via `[S1]` and `[S2]` tag
54
  - Generate non-verbal like `(laughs)`, `(coughs)`, etc.
 
 
55
  - Voice cloning. See [`example/voice_clone.py`](example/voice_clone.py) for more information.
56
  - In the Hugging Face space, you can upload the audio you want to clone and place its transcript before your script. Make sure the transcript follows the required format. The model will then output only the content of your script.
57
 
 
52
 
53
  - Generate dialogue via `[S1]` and `[S2]` tag
54
  - Generate non-verbal like `(laughs)`, `(coughs)`, etc.
55
+ - Below verbal tags will be recognized, but might result in unexpected output.
56
+ - `(laughs), (clears throat), (sighs), (gasps), (coughs), (singing), (sings), (mumbles), (beep), (groans), (sniffs), (claps), (screams), (inhales), (exhales), (applause), (burps), (humming), (sneezes), (chuckle), (whistles)`
57
  - Voice cloning. See [`example/voice_clone.py`](example/voice_clone.py) for more information.
58
  - In the Hugging Face space, you can upload the audio you want to clone and place its transcript before your script. Make sure the transcript follows the required format. The model will then output only the content of your script.
59