Linoy Tsaban commited on
Commit
2004272
1 Parent(s): 12fd402

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", interactive=True, placeholder="optional: type a list of concepts to add/remove with SEGA\n (e.g. +dog,-cat,+oil painting)")
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):