mfbalin commited on
Commit
5828c6f
1 Parent(s): 0f85858
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ def get_plot(batch_size=1024):
70
 
71
  for i, name in enumerate(names):
72
  yy = y[:, i]
73
- d[y] += yy
74
  d[x] += [name] * yy.shape[0]
75
 
76
  update = gr.BarPlot.update(
 
70
 
71
  for i, name in enumerate(names):
72
  yy = y[:, i]
73
+ d[y] += yy.tolist()
74
  d[x] += [name] * yy.shape[0]
75
 
76
  update = gr.BarPlot.update(