Spaces:
Running
Running
Linoy Tsaban
commited on
Commit
•
0738042
1
Parent(s):
9e7d73a
Update app.py
Browse files
app.py
CHANGED
@@ -454,6 +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 |
dropdown1 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
|
458 |
|
459 |
|
@@ -475,6 +476,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
475 |
with gr.Column(scale=1, min_width=100):
|
476 |
neg_guidance_2 = gr.Checkbox(
|
477 |
label='Remove Concept?',visible=True)
|
|
|
478 |
dropdown2 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
|
479 |
|
480 |
with gr.Column(scale=1, min_width=100):
|
@@ -492,6 +494,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
492 |
with gr.Column(scale=1, min_width=100):
|
493 |
neg_guidance_3 = gr.Checkbox(
|
494 |
label='Remove Concept?',visible=True)
|
|
|
495 |
dropdown3 = gr.Dropdown(label = "Edit Type", value ='default' , choices=['default','style', 'object', 'facial'])
|
496 |
with gr.Column(scale=1, min_width=100):
|
497 |
add_3 = gr.Button('Include')
|
|
|
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 |
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):
|
|
|
494 |
with gr.Column(scale=1, min_width=100):
|
495 |
neg_guidance_3 = gr.Checkbox(
|
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')
|