done
Browse files
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 (
|
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 |
],
|