seawolf2357 commited on
Commit
470e531
·
verified ·
1 Parent(s): ea50e06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -99,8 +99,7 @@ css = '''
99
  h1{margin-bottom: 0 !important}
100
  '''
101
  with gr.Blocks(css=css) as demo:
102
- gr.Markdown("# IP-Adapter-FaceID Plus demo")
103
- gr.Markdown("Demo for the [h94/IP-Adapter-FaceID model](https://huggingface.co/h94/IP-Adapter-FaceID) - Generate AI images with your own face - Non-commercial license")
104
  with gr.Row():
105
  with gr.Column():
106
  files = gr.Files(
@@ -131,7 +130,5 @@ with gr.Blocks(css=css) as demo:
131
  submit.click(fn=generate_image,
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()
 
99
  h1{margin-bottom: 0 !important}
100
  '''
101
  with gr.Blocks(css=css) as demo:
102
+ gr.Markdown("# FaceFix")
 
103
  with gr.Row():
104
  with gr.Column():
105
  files = gr.Files(
 
130
  submit.click(fn=generate_image,
131
  inputs=[files,prompt,negative_prompt,preserve, face_strength, likeness_strength, nfaa_negative_prompts],
132
  outputs=gallery)
133
+
 
 
134
  demo.launch()