Linoy Tsaban commited on
Commit
a6d2411
1 Parent(s): 6b23639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,9 +241,9 @@ with gr.Blocks(css='style.css') as demo:
241
 
242
  with gr.Row():
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
 
 
241
 
242
  with gr.Row():
243
  tar_prompt = gr.Textbox(lines=1, label="Target Prompt", interactive=True, placeholder="")
 
244
  with gr.Accordion("SEGA Concepts", open=False, visible=False):
245
  # with gr.Column(scale=1):
246
+ edit_concept = gr.Textbox(lines=1, label="SEGA Edit Concepts", visible = True, interactive=True)
247
 
248
 
249