Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
10 |
-
else:
|
11 |
-
|
12 |
-
|
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")
|