fix typo
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ from IPython.display import Audio
|
|
27 |
|
28 |
# Initialize and load the model:
|
29 |
chat = ChatTTS.Chat()
|
30 |
-
chat.load_models(compile=False) # Set to True for better
|
31 |
|
32 |
# Define the text input for inference (Support Batching)
|
33 |
texts = [
|
|
|
27 |
|
28 |
# Initialize and load the model:
|
29 |
chat = ChatTTS.Chat()
|
30 |
+
chat.load_models(compile=False) # Set to True for better performance
|
31 |
|
32 |
# Define the text input for inference (Support Batching)
|
33 |
texts = [
|