try to fix configs.py
Browse files- bbc_alltime.py +1 -1
bbc_alltime.py
CHANGED
@@ -9,7 +9,7 @@ configs_file = dl.download('https://huggingface.co/datasets/RealTimeData/bbc_all
|
|
9 |
path = os.path.dirname(configs_file)
|
10 |
sys.path.append(path)
|
11 |
|
12 |
-
|
13 |
|
14 |
_CITATION = """\
|
15 |
@misc{li2023estimating,
|
|
|
9 |
path = os.path.dirname(configs_file)
|
10 |
sys.path.append(path)
|
11 |
|
12 |
+
from configs import _TIMES
|
13 |
|
14 |
_CITATION = """\
|
15 |
@misc{li2023estimating,
|