Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install gfpgan==
|
3 |
|
4 |
os.system("pip freeze")
|
5 |
os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth -P .")
|
|
|
1 |
import os
|
2 |
+
os.system("pip install gfpgan==0.2.4")
|
3 |
|
4 |
os.system("pip freeze")
|
5 |
os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth -P .")
|