Spaces:
Running
on
Zero
Running
on
Zero
update app [.]
Browse files
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():
|