Spaces:
Runtime error
Runtime error
MarkusStoll
commited on
Commit
•
faa3b00
1
Parent(s):
633e5b2
fix
Browse files
run.py
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
import pickle
|
2 |
import datasets
|
3 |
from renumics import spotlight
|
|
|
|
|
4 |
if __name__ == "__main__":
|
5 |
cache_file = "dataset_cache.pkl"
|
6 |
if os.path.exists(cache_file):
|
|
|
1 |
import pickle
|
2 |
import datasets
|
3 |
from renumics import spotlight
|
4 |
+
import os
|
5 |
+
|
6 |
if __name__ == "__main__":
|
7 |
cache_file = "dataset_cache.pkl"
|
8 |
if os.path.exists(cache_file):
|