mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-05 06:35:15 +00:00
Bump gradio to 4.19 (#5522)
This commit is contained in:
parent
164ff2440d
commit
63a1d4afc8
26 changed files with 67 additions and 63 deletions
|
|
@ -64,7 +64,7 @@ def ui():
|
|||
|
||||
audio.change(
|
||||
auto_transcribe, [audio, auto_submit, whipser_model, whipser_language], [shared.gradio['textbox'], audio]).then(
|
||||
None, auto_submit, None, _js="(check) => {if (check) { document.getElementById('Generate').click() }}")
|
||||
None, auto_submit, None, js="(check) => {if (check) { document.getElementById('Generate').click() }}")
|
||||
|
||||
whipser_model.change(lambda x: params.update({"whipser_model": x}), whipser_model, None)
|
||||
whipser_language.change(lambda x: params.update({"whipser_language": x}), whipser_language, None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue