Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -919,8 +919,8 @@ def display_voice_tab():
|
|
919 |
"""
|
920 |
|
921 |
# โถ Voice Settings
|
922 |
-
with st.expander("๐ค Voice Settings"):
|
923 |
-
st.
|
924 |
caption_female = 'Top: ๐ธ **Aria** โ ๐ถ **Jenny** โ ๐บ **Sonia** โ ๐ **Natasha** โ ๐ท **Clara**'
|
925 |
caption_male = 'Bottom: ๐ **Guy** โ ๐ ๏ธ **Ryan** โ ๐ป **William** โ ๐ **Liam**'
|
926 |
|
@@ -937,8 +937,8 @@ def display_voice_tab():
|
|
937 |
)
|
938 |
|
939 |
|
940 |
-
with st.expander("๐๏ธ Voice Character Agent Selector ๐ญ"):
|
941 |
-
st.
|
942 |
# ๐๏ธ Voice Character Agent Selector ๐ญ
|
943 |
*Female Voices*:
|
944 |
- ๐ธ **Aria** โ Elegant, creative storytelling
|
|
|
919 |
"""
|
920 |
|
921 |
# โถ Voice Settings
|
922 |
+
with st.sidebar.expander("๐ค Voice Settings", expanded=False ):
|
923 |
+
st.markdown("### ๐ค Voice Settings")
|
924 |
caption_female = 'Top: ๐ธ **Aria** โ ๐ถ **Jenny** โ ๐บ **Sonia** โ ๐ **Natasha** โ ๐ท **Clara**'
|
925 |
caption_male = 'Bottom: ๐ **Guy** โ ๐ ๏ธ **Ryan** โ ๐ป **William** โ ๐ **Liam**'
|
926 |
|
|
|
937 |
)
|
938 |
|
939 |
|
940 |
+
with st.sidebar.expander("๐๏ธ Voice Character Agent Selector ๐ญ", expanded=False):
|
941 |
+
st.markdown("""
|
942 |
# ๐๏ธ Voice Character Agent Selector ๐ญ
|
943 |
*Female Voices*:
|
944 |
- ๐ธ **Aria** โ Elegant, creative storytelling
|