SerdarHelli commited on
Commit
72f9405
·
1 Parent(s): b25ed31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import hf_hub_download
7
  import numpy as np
8
  import random
9
 
10
- os.system("https://github.com/Zhengxinyang/SDF-StyleGAN.git")
11
  sys.path.append("SDF-StyleGAN")
12
 
13
  #Codes reference : https://github.com/Zhengxinyang/SDF-StyleGAN
 
7
  import numpy as np
8
  import random
9
 
10
+ os.system("git clone https://github.com/Zhengxinyang/SDF-StyleGAN.git")
11
  sys.path.append("SDF-StyleGAN")
12
 
13
  #Codes reference : https://github.com/Zhengxinyang/SDF-StyleGAN