Spaces:
Runtime error
Runtime error
Samuel Schmidt
commited on
Commit
·
2e67a00
1
Parent(s):
08a53ae
Update: Ownership dataset changed
Browse filesNew dataset here https://huggingface.co./datasets/nielsr/CelebA-faces
- src/app.py +1 -1
src/app.py
CHANGED
@@ -9,7 +9,7 @@ import numpy as np
|
|
9 |
from datasets import *
|
10 |
|
11 |
|
12 |
-
dataset = load_dataset("
|
13 |
dataset.cleanup_cache_files()
|
14 |
candidate_subset = dataset["train"].select(range(500)) # This is a small CBIR app! :D
|
15 |
|
|
|
9 |
from datasets import *
|
10 |
|
11 |
|
12 |
+
dataset = load_dataset("nielsr/CelebA-faces", download_mode='force_redownload')
|
13 |
dataset.cleanup_cache_files()
|
14 |
candidate_subset = dataset["train"].select(range(500)) # This is a small CBIR app! :D
|
15 |
|