prithivMLmods commited on
Commit
ed0e7e8
·
verified ·
1 Parent(s): ed2bec0

update app [.]

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1360,7 +1360,7 @@ with gr.Blocks(delete_cache=(60, 60)) as demo:
1360
  selected_index = gr.State(None)
1361
  with gr.Row():
1362
  with gr.Column(scale=3):
1363
- prompt = gr.Textbox(label="Prompt", lines=1, placeholder="✦︎ Choose the LoRA and type the prompt ")
1364
  with gr.Column(scale=1, elem_id="gen_column"):
1365
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
1366
  with gr.Row():
@@ -1381,7 +1381,7 @@ with gr.Blocks(delete_cache=(60, 60)) as demo:
1381
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
1382
  with gr.Column():
1383
  progress_bar = gr.Markdown(elem_id="progress",visible=False)
1384
- result = gr.Image(label="Generated Image", format="png", height=600)
1385
 
1386
  with gr.Row():
1387
  with gr.Accordion("Advanced Settings", open=False):
 
1360
  selected_index = gr.State(None)
1361
  with gr.Row():
1362
  with gr.Column(scale=3):
1363
+ prompt = gr.Textbox(label="Edit Prompt", lines=1, placeholder="✦︎ Choose the LoRA and type the prompt ")
1364
  with gr.Column(scale=1, elem_id="gen_column"):
1365
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
1366
  with gr.Row():
 
1381
  custom_lora_button = gr.Button("Remove custom LoRA", visible=False)
1382
  with gr.Column():
1383
  progress_bar = gr.Markdown(elem_id="progress",visible=False)
1384
+ result = gr.Image(label="Generated Image", format="png", height=610)
1385
 
1386
  with gr.Row():
1387
  with gr.Accordion("Advanced Settings", open=False):