Spaces:
Runtime error
Runtime error
SerdarHelli
commited on
Commit
·
b192d9e
1
Parent(s):
e63a27a
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import os
|
|
8 |
import pickle
|
9 |
import sys
|
10 |
import subprocess
|
11 |
-
proc = subprocess.Popen(['git', '
|
12 |
stdout=subprocess.PIPE,
|
13 |
stderr=subprocess.STDOUT)
|
14 |
sys.path.insert(0, 'stylegan3')
|
|
|
8 |
import pickle
|
9 |
import sys
|
10 |
import subprocess
|
11 |
+
proc = subprocess.Popen(['git', 'clone', 'https://github.com/NVlabs/stylegan3.git' ,"stylegan3"],
|
12 |
stdout=subprocess.PIPE,
|
13 |
stderr=subprocess.STDOUT)
|
14 |
sys.path.insert(0, 'stylegan3')
|