Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -277,7 +277,7 @@ custom_css="""
|
|
277 |
}
|
278 |
}
|
279 |
"""
|
280 |
-
creative_slider = gr.Radio(["Low", "Medium", "High"],
|
281 |
textbox = gr.Textbox(placeholder='An apartment with two bedrooms and one bathroom', lines="3",
|
282 |
label="DESCRIBE YOUR IDEAL APARTMENT")
|
283 |
generated = gr.Image(label='Generated Layout', type='numpy')
|
|
|
277 |
}
|
278 |
}
|
279 |
"""
|
280 |
+
creative_slider = gr.Radio(["Low", "Medium", "High"], label='Creativity')
|
281 |
textbox = gr.Textbox(placeholder='An apartment with two bedrooms and one bathroom', lines="3",
|
282 |
label="DESCRIBE YOUR IDEAL APARTMENT")
|
283 |
generated = gr.Image(label='Generated Layout', type='numpy')
|