Ahsen Khaliq
commited on
Commit
•
b0ce84e
1
Parent(s):
6661e39
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
os.system("pip install gfpgan")
|
3 |
os.system("pip install gradio==2.5.3")
|
4 |
|
|
|
5 |
os.system("pip freeze")
|
6 |
os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth -P .")
|
7 |
import random
|
|
|
2 |
os.system("pip install gfpgan")
|
3 |
os.system("pip install gradio==2.5.3")
|
4 |
|
5 |
+
|
6 |
os.system("pip freeze")
|
7 |
os.system("wget https://github.com/TencentARC/GFPGAN/releases/download/v0.2.0/GFPGANCleanv1-NoCE-C2.pth -P .")
|
8 |
import random
|