prithivMLmods commited on
Commit
76e76a0
·
verified ·
1 Parent(s): 04b1fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2344,7 +2344,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(60, 60)) a
2344
  selected_index = gr.State(None)
2345
  with gr.Row():
2346
  with gr.Column(scale=3):
2347
- prompt = gr.Textbox(label="Prompt", lines=1, placeholder=":/ choose the LoRA and type the prompt ")
2348
  with gr.Column(scale=1, elem_id="gen_column"):
2349
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
2350
  with gr.Row():
 
2344
  selected_index = gr.State(None)
2345
  with gr.Row():
2346
  with gr.Column(scale=3):
2347
+ prompt = gr.Textbox(label="Prompt", lines=1, placeholder="✦︎ Choose the LoRA and type the prompt")
2348
  with gr.Column(scale=1, elem_id="gen_column"):
2349
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
2350
  with gr.Row():