Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -372,7 +372,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, delete_cache=(60, 3600)) as app:
|
|
| 372 |
with gr.Row():
|
| 373 |
with gr.Column(scale=3):
|
| 374 |
prompt = gr.Textbox(label="Prompt", lines=1, placeholder="Type a prompt after selecting a LoRA")
|
| 375 |
-
with gr.
|
| 376 |
generate_button = gr.Button("Generate", variant="primary")
|
| 377 |
with gr.Row():
|
| 378 |
with gr.Column(scale=1):
|
|
|
|
| 372 |
with gr.Row():
|
| 373 |
with gr.Column(scale=3):
|
| 374 |
prompt = gr.Textbox(label="Prompt", lines=1, placeholder="Type a prompt after selecting a LoRA")
|
| 375 |
+
with gr.Column(scale=1):
|
| 376 |
generate_button = gr.Button("Generate", variant="primary")
|
| 377 |
with gr.Row():
|
| 378 |
with gr.Column(scale=1):
|