Browse Source

Change a label

oobabooga 2 năm trước cách đây
mục cha
commit
d679c4be13
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      server.py

+ 2 - 2
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()