Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
8657a2e
1
Parent(s):
690595c
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ def run_cmd(command):
|
|
22 |
run_cmd("wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth -P .")
|
23 |
|
24 |
run_cmd("pip install basicsr")
|
|
|
25 |
run_cmd("pip freeze")
|
26 |
#run_cmd("python setup.py develop")
|
27 |
def inference(img):
|
|
|
22 |
run_cmd("wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth -P .")
|
23 |
|
24 |
run_cmd("pip install basicsr")
|
25 |
+
run_cmd("pip install facexlib")
|
26 |
run_cmd("pip freeze")
|
27 |
#run_cmd("python setup.py develop")
|
28 |
def inference(img):
|