Linoy Tsaban
commited on
Commit
·
2004272
1
Parent(s):
12fd402
Update app.py
Browse files
app.py
CHANGED
|
@@ -243,7 +243,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 243 |
|
| 244 |
with gr.Row():
|
| 245 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
|
| 246 |
-
|
| 247 |
|
| 248 |
with gr.Row():
|
| 249 |
with gr.Column(scale=1, min_width=100):
|
|
|
|
| 243 |
|
| 244 |
with gr.Row():
|
| 245 |
tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
|
| 246 |
+
edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", visible = False, interactive=True)
|
| 247 |
|
| 248 |
with gr.Row():
|
| 249 |
with gr.Column(scale=1, min_width=100):
|