Spaces:
Running
Running
File size: 404 Bytes
df13395 |
1 2 3 4 5 6 7 8 |
import streamlit as st
st.title("PyThaiTTS Demo")
st.markdown("""
# PyThaiTTS Demo 🎈
Welcome to PyThaiTTS Demo. This website will give you a example text-to-speech from PyThaiTTS.
See more at [https://github.com/PyThaiNLP/PyThaiTTS](https://github.com/PyThaiNLP/PyThaiTTS) and KhanomTan TTS at [https://github.com/wannaphong/KhanomTan-TTS-v1.0](https://github.com/wannaphong/KhanomTan-TTS-v1.0).
"""
) |