mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-04 22:27:29 +00:00
Lint
This commit is contained in:
parent
a873692234
commit
be799ba8eb
2 changed files with 18 additions and 18 deletions
|
|
@ -227,14 +227,14 @@ def create_event_handlers():
|
|||
gradio('image_model_status'),
|
||||
show_progress=True
|
||||
)
|
||||
|
||||
|
||||
shared.gradio['image_unload_model'].click(
|
||||
handle_unload_image_model_click,
|
||||
None,
|
||||
gradio('image_model_status'),
|
||||
show_progress=False
|
||||
)
|
||||
|
||||
|
||||
shared.gradio['image_download_model_button'].click(
|
||||
download_image_model_wrapper,
|
||||
gradio('image_custom_model_menu'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue