shukdevdatta123 commited on
Commit
6d9115a
·
verified ·
1 Parent(s): 79351fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -20,6 +20,10 @@ with st.expander("Sample Prompt!"):
20
  - 私の名前はスクデフです。(In Japanese)
21
  """)
22
 
 
 
 
 
23
  st.sidebar.header("Configuration & Instructions")
24
 
25
  st.sidebar.markdown("""
@@ -51,7 +55,7 @@ st.sidebar.markdown("""
51
  - **Text Translation**:
52
  - If you enter text in another language and want to hear it in English, provide your OpenAI API key (optional).
53
  - The app will automatically translate the text to English and generate the speech in English with the voice you selected.
54
- Enjoy exploring different languages, voices, and speeds with the text-to-speech conversion!
55
  """)
56
 
57
  # User input for text, language, and voice settings
 
20
  - 私の名前はスクデフです。(In Japanese)
21
  """)
22
 
23
+ st.sidebar.markdown("""
24
+ ### Courtesy: [Kokoro](https://huggingface.co/hexgrad/Kokoro-82M?fbclid=IwY2xjawIKqzxleHRuA2FlbQIxMAABHaf9GldgYOzXktNuoRtNKqd-aL7r-S7zPGyC8ttYOiG2zYfQqLyV4Qm75A_aem_0wKLC2C87ZZ2F04WjPJbtA)
25
+ """)
26
+
27
  st.sidebar.header("Configuration & Instructions")
28
 
29
  st.sidebar.markdown("""
 
55
  - **Text Translation**:
56
  - If you enter text in another language and want to hear it in English, provide your OpenAI API key (optional).
57
  - The app will automatically translate the text to English and generate the speech in English with the voice you selected.
58
+ - Enjoy exploring different languages, voices, and speeds with the text-to-speech conversion!
59
  """)
60
 
61
  # User input for text, language, and voice settings