Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
e949e48
1
Parent(s):
d392b75
update Metric name
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ space = gr.Interface(
|
|
69 |
],
|
70 |
outputs=gr.Textbox(label=metric.name),
|
71 |
description=metric.info.description + added_description,
|
72 |
-
title=
|
73 |
article=parse_readme(local_path / "README.md"),
|
74 |
examples=[
|
75 |
[
|
|
|
69 |
],
|
70 |
outputs=gr.Textbox(label=metric.name),
|
71 |
description=metric.info.description + added_description,
|
72 |
+
title="FixedF1 Metric", # think about how to generalize this with the launch_gradio_widget - it seems fine as is really
|
73 |
article=parse_readme(local_path / "README.md"),
|
74 |
examples=[
|
75 |
[
|