Spaces:
Running
Running
Update app.py
Browse files
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("
|
29 |
-
st.write("
|
|
|
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()
|