MrAli813 commited on
Commit
e217a8a
1 Parent(s): 5481f5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ iface = gr.Interface(
33
  gr.inputs.Checkbox(default=False, label="Use only Face Enhancer") # New checkbox input
34
  ],
35
  outputs="file",
36
- title="Face swapper",
37
  description="Upload a target image/video and a source image to swap faces.",
38
  live=True
39
  )
 
33
  gr.inputs.Checkbox(default=False, label="Use only Face Enhancer") # New checkbox input
34
  ],
35
  outputs="file",
36
+ title="DOPPELGANGER",
37
  description="Upload a target image/video and a source image to swap faces.",
38
  live=True
39
  )