TroglodyteDerivations commited on
Commit
0c699bf
·
verified ·
1 Parent(s): 42b7a36

Updated line 299

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ def plot_alignments(trellis, segments, word_segments, waveform=np.random.randn(1
296
  if seg.label != "|":
297
  trellis_with_path[seg.start : seg.end, i] = float("nan")
298
 
299
- fig, [ax1, ax2] = plt.subplots(2, 1, figsize=(20, 18))
300
 
301
  ax1.imshow(trellis_with_path.T, origin="lower", aspect="auto")
302
  ax1.set_facecolor("lightgray")
 
296
  if seg.label != "|":
297
  trellis_with_path[seg.start : seg.end, i] = float("nan")
298
 
299
+ fig, [ax1, ax2] = plt.subplots(2, 1, figsize=(22, 22))
300
 
301
  ax1.imshow(trellis_with_path.T, origin="lower", aspect="auto")
302
  ax1.set_facecolor("lightgray")