dkounadis commited on
Commit
72eb07c
·
verified ·
1 Parent(s): 6f577a3
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -440,7 +440,7 @@ def process_audio(audio_filepath):
440
 
441
  # Set plot title and x-axis label
442
  ax.set_title('', fontsize=16, pad=20)
443
- ax.set_xlabel('Wav2Vev2 (Dawn) Wav2Small (17K param.)', fontsize=12)
444
 
445
  # Remove top, right, and left spines for a cleaner look
446
  ax.spines['top'].set_visible(False)
 
440
 
441
  # Set plot title and x-axis label
442
  ax.set_title('', fontsize=16, pad=20)
443
+ ax.set_xlabel('Wav2vec2 (Dawn) Wav2Small (17K param.)', fontsize=12)
444
 
445
  # Remove top, right, and left spines for a cleaner look
446
  ax.spines['top'].set_visible(False)