Spaces:
Running
on
Zero
Running
on
Zero
CiaraRowles
commited on
Commit
•
5101352
1
Parent(s):
1babf2b
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,7 @@ with gr.Blocks(css=css) as demo:
|
|
98 |
inputs=[files, prompt, negative_prompt,stylecode,strength,additional_prompt,seed],
|
99 |
outputs=gallery)
|
100 |
|
|
|
101 |
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.")
|
102 |
gr.Markdown("based on: https://huggingface.co/spaces/multimodalart/Ip-Adapter-FaceID")
|
103 |
|
|
|
98 |
inputs=[files, prompt, negative_prompt,stylecode,strength,additional_prompt,seed],
|
99 |
outputs=gallery)
|
100 |
|
101 |
+
gr.Markdown("note, this was trained primarily on digital painting esk generated images, don't expect it to work outside of that training data for the moment")
|
102 |
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.")
|
103 |
gr.Markdown("based on: https://huggingface.co/spaces/multimodalart/Ip-Adapter-FaceID")
|
104 |
|