Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggan
/
StyleGAN3
like
5
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jezia
commited on
Apr 25, 2022
Commit
e43bbf3
·
1 Parent(s):
2727e02
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import numpy as np
2
+
import pickle as pickle
3
+
import os
4
+
import sys
5
+
6
+
os.system("git clone https://github.com/NVlabs/stylegan3")
7
+
sys.path.append('./stylegan3')