Skip to content

Commit c756dff

Browse files
authored
Update README.md
1 parent 0302a04 commit c756dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if __name__ == "__main__":
122122
- `transliterate`: Enable text transliteration (default: False)
123123
- `remove_extra_silence`: Remove additional silence (default: True)
124124

125-
These parameters are part of the AsyncSmallest instance. They can be set when creating the instance (as shown above). However, the synthesize function also accepts kwargs, allowing you to override any of these parameters on a per-request basis.
125+
These parameters are part of the `AsyncSmallest` instance. They can be set when creating the instance (as shown above). However, the `synthesize` function also accepts kwargs, allowing you to override any of these parameters on a per-request basis.
126126

127127
For example, you can modify the speech speed and sample rate just for a particular synthesis request:
128128
```py

0 commit comments

Comments
 (0)