Spaces:
Runtime error
Runtime error
Tyler Lastovich
commited on
Commit
·
7d2b5b9
1
Parent(s):
c8f9fe3
Remove article
Browse files
app.py
CHANGED
@@ -207,18 +207,6 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
|
|
207 |
css=custom_css,
|
208 |
allow_flagging=False,
|
209 |
allow_screenshot=False,
|
210 |
-
thumbnail="thumbnail_gradio.PNG"
|
211 |
-
#description='Demo of Semantic Generation of Residential Layouts \n',
|
212 |
-
article='''<div>
|
213 |
-
<p> This app allows users the use of natural language prompts for appartment layout generation, using a variety of semantic information:</p>
|
214 |
-
<ul>
|
215 |
-
<li> <strong>typology</strong>: "a house with two bedrooms and two bathrooms"</li>
|
216 |
-
<li> <strong>enumeration</strong>: "a house with five rooms"</li>
|
217 |
-
<li> <strong>adjacency</strong>: "the kitchen is adjacent to a bedroom", "the living room is not adjacent to the bathroom"</li>
|
218 |
-
<li> <strong>location</strong>: "a house with a bedroom in the north east side"</li>
|
219 |
-
</ul>
|
220 |
-
<p>You can also create a mutation of the generated layout by enabling the 'Mutate' option.</p>
|
221 |
-
<p> Made by: <a href='https://www.linkedin.com/in/theodorosgalanos/'>Theodoros </a> <a href='https://twitter.com/TheodoreGalanos'> Galanos</a> and <a href='https://twitter.com/tylerlastovich'>Tyler Lastovich</a>, using a finetuned <a href='https://github.com/kingoflolz/mesh-transformer-jax'> GPT-J</a> model. </p>
|
222 |
-
</div>''')
|
223 |
|
224 |
iface.launch()
|
|
|
207 |
css=custom_css,
|
208 |
allow_flagging=False,
|
209 |
allow_screenshot=False,
|
210 |
+
thumbnail="thumbnail_gradio.PNG")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
|
212 |
iface.launch()
|