Spaces:
Running
on
Zero
Running
on
Zero
Update app.py (#13)
Browse files- Update app.py (0f4965c3669653ea839f25d746de9064a45fe74f)
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="
|
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 |
|