Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
879978a
1
Parent(s):
a277f71
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ os.system("git clone https://github.com/bryandlee/animegan2-pytorch")
|
|
3 |
|
4 |
os.system("gdown https://drive.google.com/uc?id=1WK5Mdt6mwlcsqCZMHkCUSDJxN1UyFi0-")
|
5 |
os.system("gdown https://drive.google.com/uc?id=18H3iK09_d54qEDoWIc82SyWB2xun4gjU")
|
|
|
6 |
|
7 |
import sys
|
8 |
sys.path.append("animegan2-pytorch")
|
|
|
3 |
|
4 |
os.system("gdown https://drive.google.com/uc?id=1WK5Mdt6mwlcsqCZMHkCUSDJxN1UyFi0-")
|
5 |
os.system("gdown https://drive.google.com/uc?id=18H3iK09_d54qEDoWIc82SyWB2xun4gjU")
|
6 |
+
os.system("pip install dlib")
|
7 |
|
8 |
import sys
|
9 |
sys.path.append("animegan2-pytorch")
|