arjunbahuguna commited on
Commit
deead27
·
verified ·
1 Parent(s): 603ee1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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-Audio Generation App")
8
 
9
  # Text area for user input
10
- text_input = st.text_area('Enter text to generate audio!')
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: