THEODOROS commited on
Commit
c6b2e9c
·
1 Parent(s): 66f4354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Medium", 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')
 
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')