Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
4d69ca4
1
Parent(s):
77bc222
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,6 @@ os.makedirs('models', exist_ok=True)
|
|
37 |
device = 'cpu'
|
38 |
|
39 |
os.system("gdown https://drive.google.com/uc?id=1-AG7JPTWc9REBrkll3OyEpZwSOWhlX0j")
|
40 |
-
os.system("mv stylegan2-ffhq-config-f.pt models/stylegan2-ffhq-config-f.pt")
|
41 |
|
42 |
|
43 |
latent_dim = 512
|
|
|
37 |
device = 'cpu'
|
38 |
|
39 |
os.system("gdown https://drive.google.com/uc?id=1-AG7JPTWc9REBrkll3OyEpZwSOWhlX0j")
|
|
|
40 |
|
41 |
|
42 |
latent_dim = 512
|