stack86 commited on
Commit
bc961cb
·
verified ·
1 Parent(s): 0d7f17e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -21
app.py CHANGED
@@ -29,29 +29,10 @@ import soundfile as sf
29
 
30
  from model import get_pretrained_model, language_to_models
31
 
32
- title = "# Next-gen Kaldi: Text-to-speech (TTS)"
33
 
34
  description = """
35
- This space shows how to convert text to speech with Next-gen Kaldi.
36
-
37
- It is running on CPU within a docker container provided by Hugging Face.
38
-
39
- See more information by visiting the following links:
40
-
41
- - <https://github.com/k2-fsa/sherpa-onnx>
42
-
43
- If you want to deploy it locally, please see
44
- <https://k2-fsa.github.io/sherpa/>
45
-
46
- If you want to use Android APKs, please see
47
- <https://k2-fsa.github.io/sherpa/onnx/tts/apk.html>
48
-
49
- If you want to use Android text-to-speech engine APKs, please see
50
- <https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html>
51
-
52
- If you want to download an all-in-one exe for Windows, please see
53
- <https://github.com/k2-fsa/sherpa-onnx/releases/tag/tts-models>
54
-
55
  """
56
 
57
  # css style is copied from
 
29
 
30
  from model import get_pretrained_model, language_to_models
31
 
32
+ title = "# Text-to-speech (TTS)"
33
 
34
  description = """
35
+ 文本转语音(TTS)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  """
37
 
38
  # css style is copied from