ovi054 commited on
Commit
3febe0e
1 Parent(s): ebc6be0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with gr.Blocks(theme='Nymbo/Nymbo_Theme', css=css) as app:
82
  with gr.Row():
83
  with gr.Column(elem_id="prompt-container"):
84
  with gr.Row():
85
- text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, show_copy_button = True, elem_id="prompt-text-input")
86
  with gr.Row():
87
  custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
88
  with gr.Row():
 
82
  with gr.Row():
83
  with gr.Column(elem_id="prompt-container"):
84
  with gr.Row():
85
+ text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
86
  with gr.Row():
87
  custom_lora = gr.Textbox(label="Custom LoRA", info="LoRA Hugging Face path (optional)", placeholder="multimodalart/vintage-ads-flux")
88
  with gr.Row():