vumichien commited on
Commit
f8de70a
1 Parent(s): 3337859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -257,6 +257,11 @@ with demo:
257
  <div>
258
  <h1 style='text-align: center'>Generating Human Motion from Textual Descriptions with Discrete Representations (T2M-GPT)</h1>
259
  This space uses <a href='https://mael-zys.github.io/T2M-GPT/' target='_blank'><b>T2M-GPT models</b></a> based on Vector Quantised-Variational AutoEncoder (VQ-VAE) and Generative Pre-trained Transformer (GPT) for human motion generation from textural descriptions🤗
 
 
 
 
 
260
  </div>
261
  ''')
262
  with gr.Row():
 
257
  <div>
258
  <h1 style='text-align: center'>Generating Human Motion from Textual Descriptions with Discrete Representations (T2M-GPT)</h1>
259
  This space uses <a href='https://mael-zys.github.io/T2M-GPT/' target='_blank'><b>T2M-GPT models</b></a> based on Vector Quantised-Variational AutoEncoder (VQ-VAE) and Generative Pre-trained Transformer (GPT) for human motion generation from textural descriptions🤗
260
+ <figure>
261
+ <img src="https://huggingface.co/vumichien/T2M-GPT/resolve/main/Teaser.png" alt="T2M-GPT", width="425", height=850>
262
+ <figcaption>Audio-visual HuBERT
263
+ </figcaption>
264
+ </figure>
265
  </div>
266
  ''')
267
  with gr.Row():