Update climate-evaluation.py
Browse files- climate-evaluation.py +1 -1
climate-evaluation.py
CHANGED
@@ -33,7 +33,7 @@ _LICENSE = ""
|
|
33 |
|
34 |
# _BASE_HF_URL = Path("./")
|
35 |
|
36 |
-
print(f"_BASE_HF_URL: {_BASE_HF_URL}")
|
37 |
|
38 |
_ClimateEvaluation_BASE_KWARGS = dict(
|
39 |
citation=_CITATION,
|
|
|
33 |
|
34 |
# _BASE_HF_URL = Path("./")
|
35 |
|
36 |
+
# print(f"_BASE_HF_URL: {_BASE_HF_URL}")
|
37 |
|
38 |
_ClimateEvaluation_BASE_KWARGS = dict(
|
39 |
citation=_CITATION,
|