leonelhs commited on
Commit
6c6d7ba
·
verified ·
1 Parent(s): 2dd0c68

Update app.py

Browse files

fixed face enhancer

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from utils import make_flatten_background
8
  REPO_ID = "leonelhs/faceshine"
9
 
10
  clients = {
11
- "GFPGAN": "leonelhs/realesrgan_x2plus",
12
  "ZeroScratches": "leonelhs/ZeroScratches",
13
  "Deoldify": "leonelhs/deoldify",
14
  "EnhanceLight": "leonelhs/Zero-DCE",
 
8
  REPO_ID = "leonelhs/faceshine"
9
 
10
  clients = {
11
+ "GFPGAN": "leonelhs/superface",
12
  "ZeroScratches": "leonelhs/ZeroScratches",
13
  "Deoldify": "leonelhs/deoldify",
14
  "EnhanceLight": "leonelhs/Zero-DCE",