Spaces:
Sleeping
Sleeping
Commit
•
d16ec03
1
Parent(s):
269863d
Update app.py
Browse files
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
|
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()
|