Beehzod commited on
Commit
2522402
·
verified ·
1 Parent(s): 87269ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ model.to(device)
107
  st.title("Text-to-Speech with Seamless M4T Model")
108
 
109
  # Input text field
110
- text = st.text_area("Enter text for audio generation", "Nutq texnologiyasining til qamrovini kengaytirish...")
111
 
112
  # Button to generate audio
113
  if st.button("Generate Audio"):
 
107
  st.title("Text-to-Speech with Seamless M4T Model")
108
 
109
  # Input text field
110
+ text = st.text_area("Enter text for audio generation")
111
 
112
  # Button to generate audio
113
  if st.button("Generate Audio"):