Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import pickle as pickle
|
|
3 |
import os
|
4 |
import sys
|
5 |
import wget
|
|
|
6 |
|
7 |
#os.system("git clone https://github.com/NVlabs/stylegan3")
|
8 |
#sys.path.append('./stylegan3')
|
|
|
3 |
import os
|
4 |
import sys
|
5 |
import wget
|
6 |
+
import torch
|
7 |
|
8 |
#os.system("git clone https://github.com/NVlabs/stylegan3")
|
9 |
#sys.path.append('./stylegan3')
|