TroglodyteDerivations
commited on
Updated line 299
Browse files
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=(
|
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")
|