Spaces:
Running
on
A100
Running
on
A100
Commit
·
f88f48c
1
Parent(s):
042b462
Update description
Browse files
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 |
-
'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 made of 1-unit-tall cuboid bricks 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],
|