Change a message

This commit is contained in:
oobabooga 2023-07-11 18:29:20 -07:00
parent a12dae51b9
commit bfafd07f44

View File

@ -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':