Spaces:
Runtime error
Runtime error
Samuel Schmidt
commited on
Commit
·
6b7f1b3
1
Parent(s):
1f0f3e5
Update src/app.py
Browse files- src/app.py +1 -1
src/app.py
CHANGED
@@ -7,7 +7,7 @@ import cv2
|
|
7 |
import numpy as np
|
8 |
from datasets import *
|
9 |
|
10 |
-
|
11 |
|
12 |
dataset = load_dataset("huggan/CelebA-faces", download_mode='force_redownload')
|
13 |
candidate_subset = dataset["train"].select(range(10)) # This is a small CBIR app! :D
|
|
|
7 |
import numpy as np
|
8 |
from datasets import *
|
9 |
|
10 |
+
cleanup_cache_files()
|
11 |
|
12 |
dataset = load_dataset("huggan/CelebA-faces", download_mode='force_redownload')
|
13 |
candidate_subset = dataset["train"].select(range(10)) # This is a small CBIR app! :D
|