Inspecta commited on
Commit
396fdec
·
verified ·
1 Parent(s): 1b9f714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,6 +51,7 @@ demo = gr.Interface(
51
  placeholder="portrait of a woman, detailed face...")
52
  ],
53
  outputs=gr.Image(type="filepath", label="Swapped"),
54
- title="ComfyUI Face Swap"
 
55
  )
56
  demo.queue().launch()
 
51
  placeholder="portrait of a woman, detailed face...")
52
  ],
53
  outputs=gr.Image(type="filepath", label="Swapped"),
54
+ title="ComfyUI InstantID Face Swap",
55
+ allow_flagging="never"
56
  )
57
  demo.queue().launch()