mirror of
https://github.com/liuhaozhe6788/voice-cloning-collab.git
synced 2026-05-18 05:04:51 +02:00
BIN
attention.png
BIN
attention.png
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 14 KiB |
@@ -231,7 +231,6 @@ if __name__ == '__main__':
|
||||
text = text.replace('-', ' ')
|
||||
text = text.replace(',', '.')
|
||||
text = text.replace(';', '.')
|
||||
text = text.replace(':', '.')
|
||||
text = text.replace('~', ' to ')
|
||||
text=hashtable.splitword(text)
|
||||
texts = [i.text.strip() for i in nlp(text).sents] # split paragraph to sentences
|
||||
|
||||
Reference in New Issue
Block a user