Skip to content

Commit

Permalink
reword note on elevenlabs tts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko authored and devxpy committed Oct 12, 2023
1 parent f74e776 commit a388d42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion daras_ai_v2/text_to_speech_settings_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,12 @@ def text_to_speech_settings(page=None):
page
and (page.is_current_user_paying() or page.is_current_user_admin())
):
st.caption("Note: Eleven Labs is only available for paying users.")
st.caption(
"""
Note: Please purchase Gooey.AI credits to use ElevenLabs voices
<a href="/account">here</a>.
"""
)

st.selectbox(
"""
Expand Down

0 comments on commit a388d42

Please sign in to comment.