multimodalart HF staff commited on
Commit
aff90d1
1 Parent(s): 0d921b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Row(scale=1):
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):