Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
29ff982
1
Parent(s):
cbd999a
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,7 @@ with gr.Blocks(css=css) as demo:
|
|
118 |
likeness_strength = gr.Slider(label="Face Embed strength", value=1.0, step=0.1, minimum=0, maximum=5)
|
119 |
nfaa_negative_prompts = gr.Textbox(label="Appended Negative Prompts", info="Negative prompts to steer generations towards safe for all audiences outputs", value="naked, bikini, skimpy, scanty, bare skin, lingerie, swimsuit, exposed, see-through")
|
120 |
|
121 |
-
|
122 |
|
123 |
with gr.Column():
|
124 |
gallery = gr.Gallery(label="Generated Images")
|
|
|
118 |
likeness_strength = gr.Slider(label="Face Embed strength", value=1.0, step=0.1, minimum=0, maximum=5)
|
119 |
nfaa_negative_prompts = gr.Textbox(label="Appended Negative Prompts", info="Negative prompts to steer generations towards safe for all audiences outputs", value="naked, bikini, skimpy, scanty, bare skin, lingerie, swimsuit, exposed, see-through")
|
120 |
|
121 |
+
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.")
|
122 |
|
123 |
with gr.Column():
|
124 |
gallery = gr.Gallery(label="Generated Images")
|