NeuralAudio commited on
Commit
2498228
Β·
1 Parent(s): 8460a05

adjust base text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.title("πŸ”Š Neural Audio AI - TTS Demo")
12
  st.write("Enter text and generate speech using **NeuralAudioAI/NA_base**.")
13
 
14
  # Text Input
15
- text = st.text_area("πŸ“ Enter text to synthesize:", "Hello! This is Neural Audio AI speaking.")
16
 
17
  if st.button("πŸŽ™οΈ Generate Speech"):
18
  if not text.strip():
 
12
  st.write("Enter text and generate speech using **NeuralAudioAI/NA_base**.")
13
 
14
  # Text Input
15
+ text = st.text_area("πŸ“ Enter text to synthesize:", "Hello! This is Neural Audio AI speaking. How may I help you today?")
16
 
17
  if st.button("πŸŽ™οΈ Generate Speech"):
18
  if not text.strip():