Ashoka74 commited on
Commit
52346bc
1 Parent(s): 4f89d32

Update app_3.py

Browse files
Files changed (1) hide show
  1. app_3.py +2 -2
app_3.py CHANGED
@@ -1311,7 +1311,7 @@ with block:
1311
  with gr.Column():
1312
  result_gallery = gr.Gallery(height=832, object_fit='contain', label='Outputs')
1313
 
1314
- with gr.row():
1315
  with gr.Group():
1316
  prompt = gr.Textbox(label="Prompt")
1317
  bg_source = gr.Radio(choices=[e.value for e in list(BGSource)[2:]],
@@ -1320,7 +1320,7 @@ with block:
1320
 
1321
  example_quick_subjects = gr.Dataset(samples=quick_subjects, label='Subject Quick List', samples_per_page=1000, components=[prompt])
1322
  example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Lighting Quick List', samples_per_page=1000, components=[prompt])
1323
- with gr.row():
1324
  relight_button = gr.Button(value="Relight")
1325
 
1326
  with gr.Group(visible=False):
 
1311
  with gr.Column():
1312
  result_gallery = gr.Gallery(height=832, object_fit='contain', label='Outputs')
1313
 
1314
+ with gr.Row():
1315
  with gr.Group():
1316
  prompt = gr.Textbox(label="Prompt")
1317
  bg_source = gr.Radio(choices=[e.value for e in list(BGSource)[2:]],
 
1320
 
1321
  example_quick_subjects = gr.Dataset(samples=quick_subjects, label='Subject Quick List', samples_per_page=1000, components=[prompt])
1322
  example_quick_prompts = gr.Dataset(samples=quick_prompts, label='Lighting Quick List', samples_per_page=1000, components=[prompt])
1323
+ with gr.Row():
1324
  relight_button = gr.Button(value="Relight")
1325
 
1326
  with gr.Group(visible=False):