From d679c4be13ae921e8a316cfa1d8b4829902cbb0d Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 10 Apr 2023 11:44:37 -0300 Subject: [PATCH] Change a label --- server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.py b/server.py index ed307a1..dc5b1c3 100644 --- a/server.py +++ b/server.py @@ -218,8 +218,8 @@ def create_model_menus(): with gr.Column(): with gr.Row(): with gr.Column(): - shared.gradio['custom_model_menu'] = gr.Textbox(label="Download Custom Model", - info="Enter Hugging Face username/model path e.g: facebook/galactica-125m") + shared.gradio['custom_model_menu'] = gr.Textbox(label="Download custom model or LoRA", + info="Enter Hugging Face username/model path, e.g: facebook/galactica-125m") with gr.Column(): shared.gradio['download_button'] = gr.Button("Download") shared.gradio['download_status'] = gr.Markdown()