Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,9 +36,13 @@ with demo:
|
|
| 36 |
font-size: 1.75rem;
|
| 37 |
"
|
| 38 |
>
|
| 39 |
-
<h1 style="font-weight: 900;
|
| 40 |
-
|
| 41 |
</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
</div>
|
| 43 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 44 |
</p>
|
|
|
|
| 36 |
font-size: 1.75rem;
|
| 37 |
"
|
| 38 |
>
|
| 39 |
+
<h1 style="font-weight: 900; font-size: 3rem; margin: 0rem">
|
| 40 |
+
Auto-AVSR: Audio-Visual Speech Recognition with Automatic Labels
|
| 41 |
</h1>
|
| 42 |
+
<h3 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
| 43 |
+
[<a href="https://arxiv.org/abs/2303.14307" style="color:blue;">arXiv</a>]
|
| 44 |
+
[<a href="https://github.com/mpc001/auto_avsr" style="color:blue;">Code</a>]
|
| 45 |
+
</h3>
|
| 46 |
</div>
|
| 47 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 48 |
</p>
|