AvaLovelace commited on
Commit
6a3d39e
·
1 Parent(s): bba0eaf

Edit limitations message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def main():
102
  fn=generate_lego,
103
  title='LegoGPT Demo',
104
  description='Official demo for [LegoGPT](https://avalovelace1.github.io/LegoGPT/), the first approach for generating physically stable LEGO brick models from text prompts.\n\n'
105
- '**Limitations:** The model is restricted to creating structures on a 20x20x20 grid. It was trained on a dataset of 21 object categories: '
106
  '*basket, bed, bench, birdhouse, bookshelf, bottle, bowl, bus, camera, car, chair, guitar, jar, mug, piano, pot, sofa, table, tower, train, vessel.* '
107
  'Performance on prompts from outside these categories may be limited. This demo does not include texturing or coloring.',
108
  inputs=[in_prompt],
 
102
  fn=generate_lego,
103
  title='LegoGPT Demo',
104
  description='Official demo for [LegoGPT](https://avalovelace1.github.io/LegoGPT/), the first approach for generating physically stable LEGO brick models from text prompts.\n\n'
105
+ 'The model is restricted to creating structures on a 20x20x20 grid. It was trained on a dataset of 21 object categories: '
106
  '*basket, bed, bench, birdhouse, bookshelf, bottle, bowl, bus, camera, car, chair, guitar, jar, mug, piano, pot, sofa, table, tower, train, vessel.* '
107
  'Performance on prompts from outside these categories may be limited. This demo does not include texturing or coloring.',
108
  inputs=[in_prompt],