shukdevdatta123 commited on
Commit
7c40c70
·
verified ·
1 Parent(s): 6ad599b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -5,11 +5,11 @@ import io
5
  import os
6
 
7
  # Install espeak-ng if not installed
8
- if not os.system("which espeak-ng"):
9
- st.text("espeak-ng already installed.")
10
- else:
11
- os.system("apt-get -qq -y install espeak-ng")
12
- st.text("Installing espeak-ng...")
13
 
14
  # Streamlit App UI Setup
15
  st.title("Text-to-Speech with Kokoro")
 
5
  import os
6
 
7
  # Install espeak-ng if not installed
8
+ # if not os.system("which espeak-ng"):
9
+ # st.text("espeak-ng already installed.")
10
+ # else:
11
+ # os.system("apt-get -qq -y install espeak-ng")
12
+ # st.text("Installing espeak-ng...")
13
 
14
  # Streamlit App UI Setup
15
  st.title("Text-to-Speech with Kokoro")