openfree commited on
Commit
81a39a8
1 Parent(s): 67f8be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -243,8 +243,8 @@ with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
243
  )
244
  background_selection = gr.Radio(
245
  choices=["transparent", "white"],
246
- value="transparent",
247
- label="white",
248
  )
249
  guidance_scale = gr.Slider(
250
  label="Guidance Scale",
 
243
  )
244
  background_selection = gr.Radio(
245
  choices=["transparent", "white"],
246
+ value="white",
247
+ label="transparent",
248
  )
249
  guidance_scale = gr.Slider(
250
  label="Guidance Scale",