Update README.md
Browse files
README.md
CHANGED
@@ -41,8 +41,8 @@ Model Performance
|
|
41 |
How to Use the Model
|
42 |
|
43 |
You can use this model for a variety of TTS and voice synthesis tasks. It is designed to work with any standard TTS pipeline and can be integrated into projects for generating Ratan Tata’s voice in any text-based scenario.
|
44 |
-
/*
|
45 |
|
|
|
46 |
from transformers import SpeechT5Processor, SpeechT5ForTextToSpeech, SpeechT5HifiGan
|
47 |
from speechbrain.pretrained import EncoderClassifier
|
48 |
from IPython.display import Audio
|
@@ -136,4 +136,4 @@ concatenated_speech = np.concatenate(all_speech)# Concatenate the noise-reduced
|
|
136 |
|
137 |
|
138 |
Audio(concatenated_speech, rate=16000)# Display the final audio with noise reduced
|
139 |
-
|
|
|
41 |
How to Use the Model
|
42 |
|
43 |
You can use this model for a variety of TTS and voice synthesis tasks. It is designed to work with any standard TTS pipeline and can be integrated into projects for generating Ratan Tata’s voice in any text-based scenario.
|
|
|
44 |
|
45 |
+
'''
|
46 |
from transformers import SpeechT5Processor, SpeechT5ForTextToSpeech, SpeechT5HifiGan
|
47 |
from speechbrain.pretrained import EncoderClassifier
|
48 |
from IPython.display import Audio
|
|
|
136 |
|
137 |
|
138 |
Audio(concatenated_speech, rate=16000)# Display the final audio with noise reduced
|
139 |
+
''
|