Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ custom_css="""
|
|
196 |
background: transparent;
|
197 |
opacity: 1 !important;
|
198 |
}"""
|
199 |
-
creative_slider = gr.inputs.Radio(["Low", "Medium", "High"], default="
|
200 |
textbox = gr.inputs.Textbox(placeholder='a house with two bedrooms and one bathroom', lines="2",
|
201 |
label="DESCRIBE YOUR DESIGN")
|
202 |
generated = gr.outputs.Image(label='Generated Layout')
|
|
|
196 |
background: transparent;
|
197 |
opacity: 1 !important;
|
198 |
}"""
|
199 |
+
creative_slider = gr.inputs.Radio(["Low", "Medium", "High"], default="Low", label='Creativity')
|
200 |
textbox = gr.inputs.Textbox(placeholder='a house with two bedrooms and one bathroom', lines="2",
|
201 |
label="DESCRIBE YOUR DESIGN")
|
202 |
generated = gr.outputs.Image(label='Generated Layout')
|