Update app.py
Browse files
app.py
CHANGED
|
@@ -290,12 +290,14 @@ Once uploaded, it will add this repository to CivitaiArchive.com as a mirror.
|
|
| 290 |
include_nsfw = gr.Dropdown(
|
| 291 |
choices=["Default", "Include", "Exclude"],
|
| 292 |
value="Include",
|
| 293 |
-
label="
|
|
|
|
| 294 |
)
|
| 295 |
include_hidden = gr.Dropdown(
|
| 296 |
choices=["Default", "Include", "Exclude"],
|
| 297 |
value="Default",
|
| 298 |
-
label="
|
|
|
|
| 299 |
)
|
| 300 |
|
| 301 |
instructions = gr.HTML("")
|
|
|
|
| 290 |
include_nsfw = gr.Dropdown(
|
| 291 |
choices=["Default", "Include", "Exclude"],
|
| 292 |
value="Include",
|
| 293 |
+
label="Nsfw models",
|
| 294 |
+
info="Optional: Include, exclude or do not specify inclusion of nsfw models.",
|
| 295 |
)
|
| 296 |
include_hidden = gr.Dropdown(
|
| 297 |
choices=["Default", "Include", "Exclude"],
|
| 298 |
value="Default",
|
| 299 |
+
label="Hidden models",
|
| 300 |
+
info="Optional: Include, exclude or do not specify inclusion of hidden models.",
|
| 301 |
)
|
| 302 |
|
| 303 |
instructions = gr.HTML("")
|