Skip to content

Commit

Permalink
Merge pull request #760 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Sep 29, 2024
2 parents 257fe00 + 9e7d701 commit 47a298e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tabs/tts/tts.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ def tts_tab():
outputs=[index_file],
)

gr.Markdown(i18n(f"Applio is a Speech-to-Speech conversion software, utilizing EdgeTTS as middleware for running the Text-to-Speech (TTS) component. Read more about it [here!](https://docs.applio.org/getting-started/tts#disclaimer)"))
gr.Markdown(
i18n(
f"Applio is a Speech-to-Speech conversion software, utilizing EdgeTTS as middleware for running the Text-to-Speech (TTS) component. Read more about it [here!](https://docs.applio.org/getting-started/tts#disclaimer)"
)
)
tts_voice = gr.Dropdown(
label=i18n("TTS Voices"),
info=i18n("Select the TTS voice to use for the conversion."),
Expand Down

0 comments on commit 47a298e

Please sign in to comment.