Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -149,8 +149,8 @@ text_output = gr.Textbox()
|
|
149 |
with demo:
|
150 |
gr.Markdown('''
|
151 |
<div>
|
152 |
-
<h1 style='text-align: center'>Speech Recognition from Visual Lip Movement by Audio-Visual Hidden Unit BERT Model (
|
153 |
-
This space uses
|
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
|
|
|
149 |
with demo:
|
150 |
gr.Markdown('''
|
151 |
<div>
|
152 |
+
<h1 style='text-align: center'>Speech Recognition from Visual Lip Movement by Audio-Visual Hidden Unit BERT Model (AV-HuBERT)</h1>
|
153 |
+
This space uses AV-HuBERT 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
|