Symbiomatrix commited on
Commit
9edba37
·
verified ·
1 Parent(s): ba12a9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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="Optional: Include, exclude or do not specify inclusion of nsfw models."
 
294
  )
295
  include_hidden = gr.Dropdown(
296
  choices=["Default", "Include", "Exclude"],
297
  value="Default",
298
- label="Optional: Include, exclude or do not specify inclusion of hidden models."
 
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("")