vumichien commited on
Commit
f53d0c9
1 Parent(s): 5804b97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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():