Spaces:
Running
Running
Commit
Β·
2498228
1
Parent(s):
8460a05
adjust base text
Browse files
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():
|