ovi054 commited on
Commit
7091e2b
1 Parent(s): 196b134

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(css=css) as app:
104
  with gr.Row():
105
  with gr.Column(elem_id="prompt-container"):
106
  with gr.Row():
107
- text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
108
  with gr.Row():
109
  custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
110
  with gr.Row():
 
104
  with gr.Row():
105
  with gr.Column(elem_id="prompt-container"):
106
  with gr.Row():
107
+ text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
108
  with gr.Row():
109
  custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
110
  with gr.Row():