Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,10 +4,10 @@ import numpy as np
|
|
| 4 |
from scipy.io.wavfile import write
|
| 5 |
|
| 6 |
# Title of the Streamlit app
|
| 7 |
-
st.title("Text-to-
|
| 8 |
|
| 9 |
# Text area for user input
|
| 10 |
-
text_input = st.text_area('Enter text
|
| 11 |
|
| 12 |
# Create the audio generation pipeline
|
| 13 |
try:
|
|
|
|
| 4 |
from scipy.io.wavfile import write
|
| 5 |
|
| 6 |
# Title of the Streamlit app
|
| 7 |
+
st.title("Text-to-Speech+ Generation App")
|
| 8 |
|
| 9 |
# Text area for user input
|
| 10 |
+
text_input = st.text_area('Enter text prompt')
|
| 11 |
|
| 12 |
# Create the audio generation pipeline
|
| 13 |
try:
|