CiaraRowles commited on
Commit
f816302
·
verified ·
1 Parent(s): cc0fe92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -135,5 +135,6 @@ with gr.Blocks(css=css) as demo:
135
  outputs=gallery)
136
 
137
  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.")
 
138
 
139
  demo.launch()
 
135
  outputs=gallery)
136
 
137
  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.")
138
+ gr.Markdown("based on: https://huggingface.co/spaces/multimodalart/Ip-Adapter-FaceID")
139
 
140
  demo.launch()