Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -207,7 +207,7 @@ iface = gr.Interface(fn=prompt_to_layout, inputs=[textbox, creative_slider],
|
|
207 |
allow_flagging=False,
|
208 |
allow_screenshot=False,
|
209 |
thumbnail="thumbnail_gradio.PNG",
|
210 |
-
description='Demo of Semantic Generation of Residential Layouts \n',
|
211 |
article='''<div>
|
212 |
<p> This app allows users the use of natural language prompts for appartment layout generation, using a variety of semantic information:</p>
|
213 |
<ul>
|
|
|
207 |
allow_flagging=False,
|
208 |
allow_screenshot=False,
|
209 |
thumbnail="thumbnail_gradio.PNG",
|
210 |
+
#description='Demo of Semantic Generation of Residential Layouts \n',
|
211 |
article='''<div>
|
212 |
<p> This app allows users the use of natural language prompts for appartment layout generation, using a variety of semantic information:</p>
|
213 |
<ul>
|