BenchmarkBot commited on
Commit
5236273
β€’
1 Parent(s): 8e8c463

fix plotly

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def get_benchmark_plot(benchmark):
74
  'forward.peak_memory(MB)', 'generate.throughput(tokens/s)'],
75
  )
76
 
77
- fig.update_traces(
78
  title={
79
  'text': "Model Score vs. Latency vs. Memory",
80
  'y': 0.95, 'x': 0.5,
 
74
  'forward.peak_memory(MB)', 'generate.throughput(tokens/s)'],
75
  )
76
 
77
+ fig.update_layout(
78
  title={
79
  'text': "Model Score vs. Latency vs. Memory",
80
  'y': 0.95, 'x': 0.5,