Spaces:
Runtime error
Runtime error
fixed /content path from colab instance
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ We'll use face images from the CelebA dataset, resized to 64x64.
|
|
39 |
"""
|
40 |
|
41 |
#Download labels from public github, they have been processed in a 0,1 csv file
|
|
|
42 |
os.mkdir("/content/celeba_gan")
|
43 |
wget.download(url="https://github.com/buoi/conditional-face-GAN/blob/main/list_attr_celeba01.csv.zip?raw=true", out="/content/celeba_gan/list_attr_celeba01.csv.zip")
|
44 |
|
|
|
39 |
"""
|
40 |
|
41 |
#Download labels from public github, they have been processed in a 0,1 csv file
|
42 |
+
os.mkdir("/content/")
|
43 |
os.mkdir("/content/celeba_gan")
|
44 |
wget.download(url="https://github.com/buoi/conditional-face-GAN/blob/main/list_attr_celeba01.csv.zip?raw=true", out="/content/celeba_gan/list_attr_celeba01.csv.zip")
|
45 |
|