Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import gradio
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
|
10 |
os.system("git clone https://github.com/NVlabs/stylegan3")
|
11 |
-
sys.path.append('stylegan3')
|
12 |
|
13 |
model_names = {
|
14 |
'AFHQv2-512-R': 'stylegan3-r-afhqv2-512x512.pkl',
|
|
|
8 |
from huggingface_hub import hf_hub_download
|
9 |
|
10 |
os.system("git clone https://github.com/NVlabs/stylegan3")
|
11 |
+
sys.path.append('./stylegan3')
|
12 |
|
13 |
model_names = {
|
14 |
'AFHQv2-512-R': 'stylegan3-r-afhqv2-512x512.pkl',
|