Change a label
This commit is contained in:
parent
45244ed125
commit
d679c4be13
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ def create_model_menus():
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
shared.gradio['custom_model_menu'] = gr.Textbox(label="Download Custom Model",
|
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")
|
info="Enter Hugging Face username/model path, e.g: facebook/galactica-125m")
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
shared.gradio['download_button'] = gr.Button("Download")
|
shared.gradio['download_button'] = gr.Button("Download")
|
||||||
shared.gradio['download_status'] = gr.Markdown()
|
shared.gradio['download_status'] = gr.Markdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue