vumichien commited on
Commit
4e1c950
1 Parent(s): 16f05bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -259,7 +259,7 @@ demo.encrypt = False
259
  with demo:
260
  gr.Markdown('''
261
  <div>
262
- <h1 style='text-align: center'>Generating Human Motion from Textual Descriptions with Discrete Representations (T2M-GPT)</h1>
263
  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🤗
264
  </div>
265
  ''')
 
259
  with demo:
260
  gr.Markdown('''
261
  <div>
262
+ <h1 style='text-align: center'>Generating Human Motion from Textual Descriptions (T2M-GPT)</h1>
263
  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🤗
264
  </div>
265
  ''')