Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
7cb142d
1
Parent(s):
f75e383
comment out example
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ space = gr.Interface(
|
|
52 |
title=f"Metric: {metric.name}",
|
53 |
article=parse_readme(local_path / "README.md"),
|
54 |
examples=[
|
55 |
-
[pd.DataFrame(parse_test_cases(test_cases, feature_names, gradio_input_types)[0]), "weighted"],
|
56 |
],
|
57 |
cache_examples=False
|
58 |
)
|
|
|
52 |
title=f"Metric: {metric.name}",
|
53 |
article=parse_readme(local_path / "README.md"),
|
54 |
examples=[
|
55 |
+
# [pd.DataFrame(parse_test_cases(test_cases, feature_names, gradio_input_types)[0]), "weighted"],
|
56 |
],
|
57 |
cache_examples=False
|
58 |
)
|