mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-22 16:17:57 +01:00
Change a message
This commit is contained in:
parent
a12dae51b9
commit
bfafd07f44
@ -54,7 +54,7 @@ from modules.utils import gradio
|
|||||||
|
|
||||||
def load_model_wrapper(selected_model, loader, autoload=False):
|
def load_model_wrapper(selected_model, loader, autoload=False):
|
||||||
if not autoload:
|
if not autoload:
|
||||||
yield f"The settings for {selected_model} have been updated.\nClick on \"Load the model\" to load it."
|
yield f"The settings for {selected_model} have been updated.\nClick on \"Load\" to load it."
|
||||||
return
|
return
|
||||||
|
|
||||||
if selected_model == 'None':
|
if selected_model == 'None':
|
||||||
|
Loading…
Reference in New Issue
Block a user