multimodalart HF staff commited on
Commit
d16ec03
β€’
1 Parent(s): 269863d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,6 +128,6 @@ with gr.Blocks(css=css) as demo:
128
  inputs=[files,prompt,negative_prompt,preserve, face_strength, likeness_strength, nfaa_negative_prompts],
129
  outputs=gallery)
130
 
131
- gr.Markdown("This demo includes extra features to prevent the usage of the model to generate content with faces of people, including third parties, that is not safe for all audiences, including naked or semi-naked people.")
132
 
133
  demo.launch()
 
128
  inputs=[files,prompt,negative_prompt,preserve, face_strength, likeness_strength, nfaa_negative_prompts],
129
  outputs=gallery)
130
 
131
+ gr.Markdown("This demo includes extra features to mitigate the implicit bias of the model and prevent explicit usage of it to generate content with faces of people, including third parties, that is not safe for all audiences, including naked or semi-naked people.")
132
 
133
  demo.launch()