Update app.py
Browse filesfixed face enhancer
app.py
CHANGED
@@ -8,7 +8,7 @@ from utils import make_flatten_background
|
|
8 |
REPO_ID = "leonelhs/faceshine"
|
9 |
|
10 |
clients = {
|
11 |
-
"GFPGAN": "leonelhs/
|
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",
|