File size: 148 Bytes
cda6f07
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import sys

sys.path.append("../stylegan3")

from dnnlib.util import open_url
from legacy import load_network_pkl

sys.path.remove("../stylegan3")