Sourajit123 commited on
Commit
ca7bdba
·
verified ·
1 Parent(s): bb9ef6e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -26,8 +26,8 @@ expressiveness powered by an EmoShift-inspired activation steering layer.
26
  from emotts import EmoTTS
27
 
28
  tts = EmoTTS(
29
- weights="emoshift_layer5.pt",
30
- meta="emoshift_layer5.json"
31
  )
32
 
33
  tts.synthesize(
@@ -45,8 +45,8 @@ pip install pocket-tts scipy torch
45
  ```
46
 
47
  Then download the three files from this repo:
48
- - `emoshift_layer5.pt`
49
- - `emoshift_layer5.json`
50
  - `emotts.py`
51
 
52
  Place all three in the same directory and run the demo above.
 
26
  from emotts import EmoTTS
27
 
28
  tts = EmoTTS(
29
+ weights="SouraTTS.pt",
30
+ meta="SouraTTS.json"
31
  )
32
 
33
  tts.synthesize(
 
45
  ```
46
 
47
  Then download the three files from this repo:
48
+ - `SouraTTS.pt`
49
+ - `SouraTTS.json`
50
  - `emotts.py`
51
 
52
  Place all three in the same directory and run the demo above.