prithivMLmods commited on
Commit
0f4965c
·
verified ·
1 Parent(s): 892c83e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -444,7 +444,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
444
 
445
  with gr.Row():
446
  with gr.Column(scale=3):
447
- prompt = gr.Textbox(label="Prompt", lines=1, placeholder="Type a prompt after selecting a LoRA")
448
  with gr.Column(scale=1, elem_id="gen_column"):
449
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
450
 
 
444
 
445
  with gr.Row():
446
  with gr.Column(scale=3):
447
+ prompt = gr.Textbox(label="Prompt", lines=1, placeholder="✦︎ Choose the LoRA and type the prompt")
448
  with gr.Column(scale=1, elem_id="gen_column"):
449
  generate_button = gr.Button("Generate", variant="primary", elem_id="gen_btn")
450