mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-08 21:38:12 -05:00
...
This commit is contained in:
@@ -1822,7 +1822,7 @@ def build_interface(args:dict)->gr.Blocks:
|
|||||||
gr_custom_model_file.upload(
|
gr_custom_model_file.upload(
|
||||||
fn=change_gr_custom_model_file,
|
fn=change_gr_custom_model_file,
|
||||||
inputs=[gr_custom_model_file, gr_tts_engine_list, gr_session],
|
inputs=[gr_custom_model_file, gr_tts_engine_list, gr_session],
|
||||||
outputs=[gr_custom_model_file, gr_custom_model_list, gr_voice_list],
|
outputs=[gr_custom_model_file, gr_custom_model_list],
|
||||||
show_progress_on=[gr_custom_model_list]
|
show_progress_on=[gr_custom_model_list]
|
||||||
).then(
|
).then(
|
||||||
fn=update_gr_voice_list,
|
fn=update_gr_voice_list,
|
||||||
|
|||||||
Reference in New Issue
Block a user