prithivMLmods commited on
Commit
9e6aff0
·
verified ·
1 Parent(s): ac04536

update app [.]

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2192,7 +2192,7 @@ with gr.Blocks(delete_cache=(60, 60)) as demo:
2192
  selected_index = gr.State(None)
2193
  with gr.Row():
2194
  with gr.Column(scale=3):
2195
- prompt = gr.Textbox(label="Prompt", lines=1, placeholder="✦︎ Choose the LoRA and type the prompt")
2196
  with gr.Column(scale=1, elem_id="gen_column"):
2197
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
2198
  with gr.Row():
 
2192
  selected_index = gr.State(None)
2193
  with gr.Row():
2194
  with gr.Column(scale=3):
2195
+ prompt = gr.Textbox(label="Enter Prompt", lines=1, placeholder="✦︎ Choose the LoRA and type the prompt")
2196
  with gr.Column(scale=1, elem_id="gen_column"):
2197
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
2198
  with gr.Row():