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