Skepller commited on
Commit
dfe56af
·
verified ·
1 Parent(s): c4b7eed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -20
app.py CHANGED
@@ -46,28 +46,9 @@ def MyPrint(s):
46
  print(f"{date_time}: {s}")
47
 
48
 
49
- title = "# Next-gen Kaldi: Text-to-speech (TTS)"
50
 
51
  description = """
52
- This space shows how to convert text to speech with Next-gen Kaldi.
53
-
54
- It is running on CPU within a docker container provided by Hugging Face.
55
-
56
- See more information by visiting the following links:
57
-
58
- - <https://github.com/k2-fsa/sherpa-onnx>
59
-
60
- If you want to deploy it locally, please see
61
- <https://k2-fsa.github.io/sherpa/>
62
-
63
- If you want to use Android APKs, please see
64
- <https://k2-fsa.github.io/sherpa/onnx/tts/apk.html>
65
-
66
- If you want to use Android text-to-speech engine APKs, please see
67
- <https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html>
68
-
69
- If you want to download an all-in-one exe for Windows, please see
70
- <https://github.com/k2-fsa/sherpa-onnx/releases/tag/tts-models>
71
 
72
  """
73
 
 
46
  print(f"{date_time}: {s}")
47
 
48
 
49
+ title = "# GTRE Neural NET Model Test"
50
 
51
  description = """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
 
53
  """
54