Update README.md

This commit is contained in:
Dongji Gao 2023-09-17 20:58:14 -04:00 committed by GitHub
parent fd2b0f7b77
commit 4313aa3dd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,15 +10,15 @@ We propose BTC/OTC to directly train an ASR system leveraging weak supervision,
<div style="display: flex;flex; justify-content: space-between">
<figure style="flex: 2; text-align: center; margin: 5px;">
<img src="figures/sub.png" alt="Image 1" width="100%" />
<img src="figures/sub.png" alt="Image 1" width="30%" />
<figcaption>Substitution error</figcaption>
</figure>
<figure style="flex: 2; text-align: center; margin: 5px;">
<img src="figures/ins.png" alt="Image 2" width="100%" />
<img src="figures/ins.png" alt="Image 2" width="30%" />
<figcaption>Insertion error</figcaption>
</figure>
<figure style="flex: 2; text-align: center;margin: 5px;">
<img src="figures/del.png" alt="Image 3" width="100%" />
<img src="figures/del.png" alt="Image 3" width="30%" />
<figcaption>Deletion error</figcaption>
</figure>
</div>