Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,10 @@ st.sidebar.markdown("""
|
|
45 |
Enjoy experimenting with the text-to-speech conversion, and feel free to try different voices, speeds, and languages!
|
46 |
""")
|
47 |
|
|
|
|
|
|
|
|
|
48 |
# User input for text, language, and voice settings
|
49 |
input_text = st.text_area("Enter your text here", "The sky above the port was the color of television...")
|
50 |
lang_code = st.selectbox("Select Language", ['a', 'b', 'e', 'f', 'h', 'i', 'p', 'z', 'j'])
|
|
|
45 |
Enjoy experimenting with the text-to-speech conversion, and feel free to try different voices, speeds, and languages!
|
46 |
""")
|
47 |
|
48 |
+
st.sidebar.markdown("""
|
49 |
+
### Courtesy: [Kokoro](https://huggingface.co/hexgrad/Kokoro-82M?fbclid=IwY2xjawIKqzxleHRuA2FlbQIxMAABHaf9GldgYOzXktNuoRtNKqd-aL7r-S7zPGyC8ttYOiG2zYfQqLyV4Qm75A_aem_0wKLC2C87ZZ2F04WjPJbtA)
|
50 |
+
""")
|
51 |
+
|
52 |
# User input for text, language, and voice settings
|
53 |
input_text = st.text_area("Enter your text here", "The sky above the port was the color of television...")
|
54 |
lang_code = st.selectbox("Select Language", ['a', 'b', 'e', 'f', 'h', 'i', 'p', 'z', 'j'])
|