Deadmon commited on
Commit
de79a87
1 Parent(s): 26336a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,6 +132,6 @@ with gr.Blocks(css=css) as demo:
132
  inputs=[files,prompt,negative_prompt,preserve, face_strength, likeness_strength, nfaa_negative_prompts],
133
  outputs=gallery)
134
 
135
- 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.")
136
 
137
  demo.launch()
 
132
  inputs=[files,prompt,negative_prompt,preserve, face_strength, likeness_strength, nfaa_negative_prompts],
133
  outputs=gallery)
134
 
135
+ gr.Markdown("")
136
 
137
  demo.launch()