Spaces:
Runtime error
Runtime error
fix
Browse files- README.md +1 -1
- app.py +1 -1
- text/cleaners.py +0 -1
- text/jieba_dict.txt +0 -0
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title: Moe
|
| 3 |
emoji: πποΈ
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: pink
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Moe TTS
|
| 3 |
emoji: πποΈ
|
| 4 |
colorFrom: red
|
| 5 |
colorTo: pink
|
app.py
CHANGED
|
@@ -127,7 +127,7 @@ if __name__ == '__main__':
|
|
| 127 |
app = gr.Blocks(css=css)
|
| 128 |
|
| 129 |
with app:
|
| 130 |
-
gr.Markdown("# Moe
|
| 131 |
"\n\n"
|
| 132 |
"unofficial demo for \n\n"
|
| 133 |
"- [https://github.com/CjangCjengh/MoeGoe](https://github.com/CjangCjengh/MoeGoe)\n"
|
|
|
|
| 127 |
app = gr.Blocks(css=css)
|
| 128 |
|
| 129 |
with app:
|
| 130 |
+
gr.Markdown("# Moe TTS And Voice Conversion Using VITS Model\n\n"
|
| 131 |
"\n\n"
|
| 132 |
"unofficial demo for \n\n"
|
| 133 |
"- [https://github.com/CjangCjengh/MoeGoe](https://github.com/CjangCjengh/MoeGoe)\n"
|
text/cleaners.py
CHANGED
|
@@ -22,7 +22,6 @@ from jamo import h2j, j2hcj
|
|
| 22 |
from pypinyin import lazy_pinyin, BOPOMOFO
|
| 23 |
from unidecode import unidecode
|
| 24 |
|
| 25 |
-
jieba.set_dictionary(os.path.dirname(sys.argv[0]) + '/text/jieba_dict.txt')
|
| 26 |
jieba.initialize()
|
| 27 |
pyopenjtalk._lazy_init()
|
| 28 |
|
|
|
|
| 22 |
from pypinyin import lazy_pinyin, BOPOMOFO
|
| 23 |
from unidecode import unidecode
|
| 24 |
|
|
|
|
| 25 |
jieba.initialize()
|
| 26 |
pyopenjtalk._lazy_init()
|
| 27 |
|
text/jieba_dict.txt
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|