Spaces:
Running
Running
BenchmarkBot
commited on
Commit
ยท
54bad3c
1
Parent(s):
d8fa097
removed height constraint
Browse files
app.py
CHANGED
@@ -86,14 +86,7 @@ def get_benchmark_plot(benchmark):
|
|
86 |
xaxis_title="Average H4 Score",
|
87 |
yaxis_title="Latency per 1000 Tokens (s)",
|
88 |
legend_title="Model Type",
|
89 |
-
|
90 |
-
orientation="h",
|
91 |
-
yanchor="middle",
|
92 |
-
xanchor="center",
|
93 |
-
y=-0.15,
|
94 |
-
x=0.5
|
95 |
-
),
|
96 |
-
height=800,
|
97 |
)
|
98 |
|
99 |
fig.update_traces(
|
|
|
86 |
xaxis_title="Average H4 Score",
|
87 |
yaxis_title="Latency per 1000 Tokens (s)",
|
88 |
legend_title="Model Type",
|
89 |
+
# width=1000,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
)
|
91 |
|
92 |
fig.update_traces(
|