tsi-org commited on
Commit
c4df16e
·
1 Parent(s): 6b42bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ iface = gr.Interface(
38
  gr.inputs.Checkbox(default=False, label="Use only Face Enhancer")
39
  ],
40
  outputs="image", # Change the output type to image
41
- title="Face swapper",
42
  description="Upload a target image/video and a source image to swap faces.",
43
  live=True
44
  )
 
38
  gr.inputs.Checkbox(default=False, label="Use only Face Enhancer")
39
  ],
40
  outputs="image", # Change the output type to image
41
+ title="Pixio Swap",
42
  description="Upload a target image/video and a source image to swap faces.",
43
  live=True
44
  )