Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leftover hard-coded plugin references #8

Merged
merged 1 commit into from
May 5, 2023
Merged

Conversation

NeonDaniel
Copy link
Member

Fixes leftovers included in #7

@NeonDaniel NeonDaniel requested a review from JarbasAl May 5, 2023 01:18
@JarbasAl JarbasAl added the bug Something isn't working label May 5, 2023
@JarbasAl JarbasAl merged commit 2d6445b into master May 5, 2023
@JarbasAl JarbasAl deleted the FIX_GradioPlugin branch May 5, 2023 01:19
@@ -54,7 +53,7 @@ def bind_gradio_service(app, tts_engine, title, description, info, badge,
[textbox, radio],
[audio],
)
radio.change(lambda lang: CoquiTTS.langs[lang]["sentence"],
radio, textbox)
# radio.change(lambda lang: CoquiTTS.langs[lang]["sentence"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can later be some pre defined list in this repo, a .txt per language maybe with some examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants