Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -151,6 +151,11 @@ with demo:
|
|
151 |
<div>
|
152 |
<h1 style='text-align: center'>Speech Recognition from Visual Lip Movement by Audio-Visual Hidden Unit BERT Model (Avhubert)</h1>
|
153 |
This space uses Avhubert models from <a href='https://github.com/facebookresearch' target='_blank'><b>Meta Research</b></a> to recoginze the speech from Lip Movement 🤗
|
|
|
|
|
|
|
|
|
|
|
154 |
</div>
|
155 |
''')
|
156 |
with gr.Row():
|
|
|
151 |
<div>
|
152 |
<h1 style='text-align: center'>Speech Recognition from Visual Lip Movement by Audio-Visual Hidden Unit BERT Model (Avhubert)</h1>
|
153 |
This space uses Avhubert models from <a href='https://github.com/facebookresearch' target='_blank'><b>Meta Research</b></a> to recoginze the speech from Lip Movement 🤗
|
154 |
+
<figure>
|
155 |
+
<img src="https://huggingface.co/vumichien/AV-HuBERT/resolve/main/lipreading.gif" alt="Audio-Visual Speech Recognition">
|
156 |
+
<figcaption> Speech Recognition from visual lip movement
|
157 |
+
</figcaption>
|
158 |
+
</figure>
|
159 |
</div>
|
160 |
''')
|
161 |
with gr.Row():
|