Spaces:
Runtime error
Runtime error
Commit
·
4259b61
1
Parent(s):
7594b13
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import subprocess
|
|
11 |
proc = subprocess.Popen(['git', 'clone', 'https://github.com/NVlabs/stylegan3.git'],
|
12 |
stdout=subprocess.PIPE,
|
13 |
stderr=subprocess.STDOUT)
|
14 |
-
sys.path.insert(0, 'stylegan3')
|
15 |
|
16 |
import imageio
|
17 |
import numpy as np
|
|
|
11 |
proc = subprocess.Popen(['git', 'clone', 'https://github.com/NVlabs/stylegan3.git'],
|
12 |
stdout=subprocess.PIPE,
|
13 |
stderr=subprocess.STDOUT)
|
14 |
+
sys.path.insert(0, '/stylegan3')
|
15 |
|
16 |
import imageio
|
17 |
import numpy as np
|