Linoy Tsaban commited on
Commit
d7cae1e
1 Parent(s): 0738042

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -454,7 +454,7 @@ with gr.Blocks(css="style.css") as demo:
454
  with gr.Column(scale=1, min_width=100):
455
  neg_guidance_1 = gr.Checkbox(
456
  label='Remove Concept?')
457
- with gr.Column(scale=1, min_width=100):
458
  dropdown1 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
459
 
460
 
@@ -476,7 +476,7 @@ with gr.Blocks(css="style.css") as demo:
476
  with gr.Column(scale=1, min_width=100):
477
  neg_guidance_2 = gr.Checkbox(
478
  label='Remove Concept?',visible=True)
479
- with gr.Column(scale=1, min_width=100):
480
  dropdown2 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
481
 
482
  with gr.Column(scale=1, min_width=100):
@@ -496,7 +496,7 @@ with gr.Blocks(css="style.css") as demo:
496
  label='Remove Concept?',visible=True)
497
  with gr.Column(scale=1, min_width=100):
498
  dropdown3 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
499
- with gr.Column(scale=1, min_width=100):
500
  add_3 = gr.Button('Include')
501
 
502
 
 
454
  with gr.Column(scale=1, min_width=100):
455
  neg_guidance_1 = gr.Checkbox(
456
  label='Remove Concept?')
457
+ with gr.Column(scale=2, min_width=100):
458
  dropdown1 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
459
 
460
 
 
476
  with gr.Column(scale=1, min_width=100):
477
  neg_guidance_2 = gr.Checkbox(
478
  label='Remove Concept?',visible=True)
479
+ with gr.Column(scale=2, min_width=100):
480
  dropdown2 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
481
 
482
  with gr.Column(scale=1, min_width=100):
 
496
  label='Remove Concept?',visible=True)
497
  with gr.Column(scale=1, min_width=100):
498
  dropdown3 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
499
+ with gr.Column(scale=2, min_width=100):
500
  add_3 = gr.Button('Include')
501
 
502