Spaces:
Running
Running
skriller18
commited on
Commit
Β·
1a0027d
1
Parent(s):
c39573e
Headings
Browse files
app.py
CHANGED
@@ -16,9 +16,6 @@ pipe = pipeline(
|
|
16 |
st.title("Indri")
|
17 |
st.subheader("Ultrafast multi-modal AI")
|
18 |
|
19 |
-
# Add some spacing and a description
|
20 |
-
st.markdown("<h3 style='text-align: center;'>Text-to-Speech Application</h3>", unsafe_allow_html=True)
|
21 |
-
st.markdown("<p style='text-align: center;'>Select a speaker and enter text to generate audio.</p>", unsafe_allow_html=True)
|
22 |
|
23 |
speakers = {
|
24 |
"[spkr_63]" : "π¬π§ π¨ book reader",
|
|
|
16 |
st.title("Indri")
|
17 |
st.subheader("Ultrafast multi-modal AI")
|
18 |
|
|
|
|
|
|
|
19 |
|
20 |
speakers = {
|
21 |
"[spkr_63]" : "π¬π§ π¨ book reader",
|