Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -177,7 +177,7 @@ if is_valid_dataset["valid"] is False:
|
|
177 |
[discussion](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions) for support."""
|
178 |
)
|
179 |
|
180 |
-
metadata = get_metadata(selected_dataset, token=
|
181 |
print(f"INFO -- Dataset metadata: {metadata}")
|
182 |
if metadata is None:
|
183 |
st.warning("No evaluation metadata found. Please configure the evaluation job below.")
|
|
|
177 |
[discussion](https://huggingface.co/spaces/autoevaluate/model-evaluator/discussions) for support."""
|
178 |
)
|
179 |
|
180 |
+
metadata = get_metadata(selected_dataset, token=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)
|
181 |
print(f"INFO -- Dataset metadata: {metadata}")
|
182 |
if metadata is None:
|
183 |
st.warning("No evaluation metadata found. Please configure the evaluation job below.")
|