skytnt commited on
Commit
1f9f8f9
β€’
1 Parent(s): 1a40474
Files changed (4) hide show
  1. README.md +1 -1
  2. app.py +1 -1
  3. text/cleaners.py +0 -1
  4. text/jieba_dict.txt +0 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Moe Japanese TTS
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 Japanese TTS And Voice Conversion Using VITS Model\n\n"
131
  "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=skytnt.moegoe)\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
  "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=skytnt.moegoe)\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