Ashoka74 commited on
Commit
8829ca8
1 Parent(s): 791131a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1088,7 +1088,7 @@ with block:
1088
  with gr.Group():
1089
  prompt = gr.Textbox(label="Prompt")
1090
  bg_source = gr.Radio(choices=[e.value for e in list(BGSource)[2:]],
1091
- value=BGSource.GREY.value,
1092
  label="Lighting Preference (Initial Latent)", type='value')
1093
  example_quick_subjects = gr.Dataset(samples=quick_subjects, label='Subject Quick List', samples_per_page=1000, components=[prompt])
1094
  example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Lighting Quick List', samples_per_page=1000, components=[prompt])
 
1088
  with gr.Group():
1089
  prompt = gr.Textbox(label="Prompt")
1090
  bg_source = gr.Radio(choices=[e.value for e in list(BGSource)[2:]],
1091
+ value=BGSource.LEFT.value,
1092
  label="Lighting Preference (Initial Latent)", type='value')
1093
  example_quick_subjects = gr.Dataset(samples=quick_subjects, label='Subject Quick List', samples_per_page=1000, components=[prompt])
1094
  example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Lighting Quick List', samples_per_page=1000, components=[prompt])