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