Spaces:
Running
on
A10G
Running
on
A10G
Linoy Tsaban
commited on
Commit
•
6b23639
1
Parent(s):
c271f72
Update app.py
Browse files
app.py
CHANGED
@@ -243,7 +243,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
243 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
|
244 |
edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", visible = True, interactive=True)
|
245 |
with gr.Accordion("SEGA Concepts", open=False, visible=False):
|
246 |
-
with gr.Column(scale=1):
|
247 |
|
248 |
|
249 |
|
|
|
243 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
|
244 |
edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", visible = True, interactive=True)
|
245 |
with gr.Accordion("SEGA Concepts", open=False, visible=False):
|
246 |
+
# with gr.Column(scale=1):
|
247 |
|
248 |
|
249 |
|