pantelnm commited on
Commit
b6c1d35
1 Parent(s): f2e3cc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -25,8 +25,9 @@ def process_voices(voices: Dict[str, Dict]) -> Dict[str, Dict[str, str]]:
25
  return dict(processed_voices)
26
 
27
  async def main():
28
- st.title("OpenSource Text-to-Speech App")
29
- st.write("Convert text to speech using various voices")
 
30
 
31
  # Get voices and process them
32
  voices = await list_voices()
 
25
  return dict(processed_voices)
26
 
27
  async def main():
28
+ st.title("OpenSpeech TTS")
29
+ st.write("An OpenAI compatible API to reproduce high fidelity speech fast, in minimal hardware")
30
+ st.write("Official Repo: https://github.com/PantelisDeveloping/openspeech-tts/tree/main")
31
 
32
  # Get voices and process them
33
  voices = await list_voices()