Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
''')
|