tree3po commited on
Commit
45cf5b2
·
verified ·
1 Parent(s): 020a6fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ custom_css="""
277
  }
278
  }
279
  """
280
- creative_slider = gr.Radio(["Low", "Medium", "High"], default="Low", 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')
 
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')