Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
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])
|