Update README.md
Browse files
README.md
CHANGED
@@ -75,7 +75,7 @@ def main():
|
|
75 |
wav = synthesize_speech(
|
76 |
model,
|
77 |
TEXT_TO_SYNTHESIZE,
|
78 |
-
audio_prompt_path=None
|
79 |
exaggeration=0.5,
|
80 |
temperature=0.6,
|
81 |
cfg_weight=0.3
|
|
|
75 |
wav = synthesize_speech(
|
76 |
model,
|
77 |
TEXT_TO_SYNTHESIZE,
|
78 |
+
audio_prompt_path=None,
|
79 |
exaggeration=0.5,
|
80 |
temperature=0.6,
|
81 |
cfg_weight=0.3
|