VIZINTZOR commited on
Commit
0b2fd29
·
verified ·
1 Parent(s): 75f4ad2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,4 +1,15 @@
 
 
 
 
 
 
 
 
 
 
1
  # Vanira TTS
 
2
 
3
  VaniraTTS โมเดล **Text-to-Speech (TTS)** สำหรับภาษาไทย
4
  สร้างเสียงพูดจากข้อความอย่างรวดเร็ว รองรับการใช้งานทั้ง **CPU** และ **GPU** ผ่าน `onnxruntime`
@@ -35,4 +46,4 @@ tts.infer(text,
35
  volume=1.0,
36
  speed=1.0
37
  )
38
- ```
 
1
+ ---
2
+ language:
3
+ - th
4
+ pipeline_tag: text-to-speech
5
+ tags:
6
+ - Thai
7
+ - TTS
8
+ - TextToSpeech
9
+ - Speech
10
+ ---
11
  # Vanira TTS
12
+ [![Github Code](https://img.shields.io/badge/Inference-GitHub-black)](https://github.com/VYNCX/VaniraTTS)
13
 
14
  VaniraTTS โมเดล **Text-to-Speech (TTS)** สำหรับภาษาไทย
15
  สร้างเสียงพูดจากข้อความอย่างรวดเร็ว รองรับการใช้งานทั้ง **CPU** และ **GPU** ผ่าน `onnxruntime`
 
46
  volume=1.0,
47
  speed=1.0
48
  )
49
+ ```