ChenoAi commited on
Commit
45129d0
·
verified ·
1 Parent(s): 57d20a6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ interface = gr.Interface(
80
  gr.Textbox(label="Huggingface repository", placeholder="Destination repository HF (e.g. username/repo-name)"),
81
  gr.Textbox(label="Huggingface Token", placeholder="Write access token HF", type="password"),
82
  gr.Textbox(label="Civitai Api Key", placeholder="Civitai Api Key", type="password"),
83
- gr.Textbox(label="New name", placeholder="New name for the model file (optional)"),
84
  gr.Textbox(label="Huggingface repository Path", placeholder="Destination path within your repository (e.g. /models/Stable-diffusion/)"),
85
  gr.Dropdown(label="Repo Types", choices=REPO_TYPES, value="model"),
86
  ],
 
80
  gr.Textbox(label="Huggingface repository", placeholder="Destination repository HF (e.g. username/repo-name)"),
81
  gr.Textbox(label="Huggingface Token", placeholder="Write access token HF", type="password"),
82
  gr.Textbox(label="Civitai Api Key", placeholder="Civitai Api Key", type="password"),
83
+ gr.Textbox(label="New name", placeholder="New name for the model file (sdxl.safeTensor with file format)"),
84
  gr.Textbox(label="Huggingface repository Path", placeholder="Destination path within your repository (e.g. /models/Stable-diffusion/)"),
85
  gr.Dropdown(label="Repo Types", choices=REPO_TYPES, value="model"),
86
  ],