Spaces:
Running
Running
labeling
Browse files
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('
|
| 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)
|